Help in CSS
-
Hello all,
In this page: http://fashioncorruption.com/2014/06/17/fashion-industry-the-ugly-world-of-pretty-people-2/
I want to change where the text starts and where it ends. Now it seems to b ein the middle of the page, I want it to start from the left side, and align with the beginning of the header. Anyone knows how to do that?
Many Thanks!
Matan.The blog I need help with is: (visible only to logged in users)
-
Hi Matan,
I hope you are well today and thank you for your question.
I think it’s already align with the beginning of the header.
Have you managed to do this?
Please advise if i have missed anything.
Kind Regards,
Vinod Dalvi -
I checked http://fashioncorruption.com/2014/06/17/fashion-industry-the-ugly-world-of-pretty-people-2/ and I see that it is a single post in the Watson theme.
In the theme, the width of posts is set to a max width of 492px. You can change that to 724px by adding the following example to your Appearance > Customize > CSS editor:
@media screen and (min-width: 900px) { .wrapper, .page-wrapper, .entry p, .entry ul, .entry ol, .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry > div, .entry pre, .entry table, .entry dl, .entry form, .entry address, .entry details, .entry footer.post-footer, #comments { max-width: 724px; } }I thought making it wider than that didn’t look as nice, but if you really want the width of the text to match the width of the header, you can change 724px to 900px in the example.
- The topic ‘Help in CSS’ is closed to new replies.