• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 08.01.21, 12:42
  • Opened by: Sophia Kulakova
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #20400 - blog

Hello, tell me, how can I change the width of the text in the blog, I don’t like that it is on the whole page, it’s hard to perceive. I looked at how blogs look from other users of the theme and I liked this layout (https://www.duepuntootto.com/en/blog/news/natural-fibres-for-your-dogs), but I could not find how to change the width of the text at home. Can you help please

Comments

Fred 08 Jan 2021, 15:39

Hi, Sophia.
Could you please show me the problem at a screenshot?

Sophia Kulakova 08 Jan 2021, 15:47

of course, here. On this site, the layout is in one column and narrow, how can I do it the same way as in screenshot 1 or 2. It looks to me on the whole page (screen 3), and it is not convenient to read.I also wonder how they added the gallery (Image 4). Maybe they have a different module or in simpleblog this is also possible. Then maybe you can tell me how it’s done or where I can read about it

Attachments:

3.png (200.5 KiB)
2.png (161.7 KiB)
1.png (565.8 KiB)
4.png (1.05 MiB)
Fred 08 Jan 2021, 16:12

Try following CSS

#module-ph_simpleblog-single #wrapper {max-width: 900px;margin: 0 auto;}
Sophia Kulakova 09 Jan 2021, 10:45

Thank you, it’s much better, but is it possible to make a blog using building pages, like the old cms?

Sophia Kulakova 09 Jan 2021, 10:46

And also, please, tell me, what html code can be used to superimpose text on a picture?

Sophia Kulakova 09 Jan 2021, 11:34

how to increase the line spacing in a blog title

Attachments:

Снимок экрана 2021-01-09 1333... (302.9 KiB)
Fred 09 Jan 2021, 12:02

Hi, Sophia.
I recommend you to use Developer Tools of your browser to change such small things https://www.youtube.com/watch?v=wcFnnxfA70g

Use the following CSS

#module-ph_simpleblog-single #content-wrapper .page-header h1 {line-height:1.4em}
Sophia Kulakova 09 Jan 2021, 13:09

I just don’t understand anything about this, thanks

Fred 09 Jan 2021, 13:16

you are welcome