Site logo

Archived topic

How do I change the line length of my paragraphs?

25 replies · Started by RJ on March 14, 2018

Viewing posts 16–26 of 26

Sorry about that Leo. I have disabled caching but still nothing happens.

I have added the script to Appearance > Customise > Additional CSS.

Hope that helps?

Wonderful Leo. That worked! Thanks so much for all your help. Appreciated.

Best, Robin

No problem!

How do I modify this which adjusts my POSTS:

@media (min-width:769px) {
    .single.separate-containers .inside-article {
        padding-top: 75px;
			padding-left: 125px;
        padding-right: 125px;
    }
}

to make my PAGES look the same?

TIA

Robin

Remove .single should do.

No that doesn't work, it messes up my blog/home page formatting and makes the masonry grid super thin.

Robin

Ahh try this instead:

@media (min-width:769px) {
    body:not(.blog).separate-containers .inside-article {
        padding-top: 75px;
	padding-left: 125px;
        padding-right: 125px;
    }
}

Many thanks Leo.

No problem!

This archived topic is closed to new replies.