• japsara

    (@japsara)


    Hi,

    Hopefully someone might be able to help. I use the Custom Community theme.

    On my blog https://www.thehappyyellowtradingco.com the text width of my posts on my home page is fine and fills 100% of the page. However when you click on a specific blog the page it goes through to does not fill 100% of the page. The text appears to align to the left and does not go the full width across.

    I’m not too savvy with css but in my css at the moment is this:

    div#container {
    background-color: white;
    }
    div.post div.post-content { width: 100%;}

    Shouldn’t this ensure ALL blog posts fill 100%? I’m a bit confused!

    Any help would be greatly appreciated…

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter japsara

    (@japsara)

    Think I have managed to find a way to do it with:

    div.entry {
    width:570px;
    }

    ArvinWebDesign

    (@arvinwebdesign)

    You need to simply “center” the text in either the “text tab” or just clicking center in options when you select the text

    Thread Starter japsara

    (@japsara)

    Hi,

    Thanks for taking the time to reply. I actually needed my text to fill the full width, not be centered (so basically still left aligned but running all the way across the container.) but the fix around I posted seems to have fixed the problem pretty well!

    Thanks anyway.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help with post text width’ is closed to new replies.