Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #357360

    Hi there,
    Since the last update, we have a sidebar appear on our previously full width archives page. How do we remove it again? (please see link)

    Many thanks

    Robert

    #357881

    Hey rpl_admin!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .archive .sidebar {
    display: none!important;
    }
    .archive .content {
    border: none!important;
    width: 100%!important;
    }

    Cheers!
    Yigit

    #358107

    Hi Yigit,

    That seems to have done it!

    Yet again, excellent support.

    Many thanks

    Robert

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Archive page, side bar’ is closed to new replies.