Home Forums Total Blog Static Page – Cannot change page layout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8758
    juliekge
    Participant

    Hello – on my static blog posts page, I would like to not have my sidebar appear, however it does not change from having the right side bar. Can you help me to fix this?
    Thanks,!

    #8784
    Hash
    Keymaster

    Hi,

    The sidebar option does not work for blog page. If you want to have a full width blog page then you can do it will custom CSS Code. Go to Appearance > Customize > Additional CSS and paste the below CSS code

    body. blog #secondary{ display:none; }
    body. blog #primary{width:100%; float:none;}

    #9861
    Confidemus
    Participant

    I want to remove the sidebar from my blog page but do not want text and pictures to be pushed out full width, but just to show the “normal” width blog posts centered on the page – how do i need to modiify the above css to make that happen please?

    #9865
    Hash
    Keymaster

    Try this CSS

    body. blog #secondary{ display:none; }
    body. blog #primary{ float:none; margin-left: auto; margin-right: auto;}

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.