[Resolved] How do I change the line length of my paragraphs?

Home Forums Support [Resolved] How do I change the line length of my paragraphs?

Home Forums Support How do I change the line length of my paragraphs?

Viewing 11 posts - 16 through 26 (of 26 total)
  • Author
    Posts
  • #523743
    Leo
    Staff
    Customer Support

    I’m still not seeing my CSS being added here unfortunately: https://generatepress.com/forums/topic/how-do-i-change-the-line-length-of-my-paragraphs/#post-521705

    I also still see caching plugin activated. Disabling the caching plugin shouldn’t mess up the appearance of the website.

    Where are you adding the CSS? are there any other CSS above the one I provided?

    #523750
    Robin

    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?

    #523942
    Leo
    Staff
    Customer Support
    #523948
    Robin

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

    Best, Robin

    #523952
    Leo
    Staff
    Customer Support

    No problem!

    #526297
    Robin

    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

    #526507
    Leo
    Staff
    Customer Support

    Remove .single should do.

    #526510
    Robin

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

    Robin

    #527024
    Leo
    Staff
    Customer Support

    Ahh try this instead:

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

    Many thanks Leo.

    #527299
    Leo
    Staff
    Customer Support

    No problem!

Viewing 11 posts - 16 through 26 (of 26 total)
  • You must be logged in to reply to this topic.