• Closed
  • Karin Leloux
    Spectator
    November 23, 2015 at 12:43 pm #22302

    Hi
    I want the sidebar to appear on the contact-page and this works well..
    But: the sidebar is showing too on the news page…i set the page on full width and selected by sidebar: none…
    What could be the problem?

    Kind regards
    Karin

    http://www.jhleloux.nl

    Denzel Chia
    Moderator
    Posts: 2656
    November 24, 2015 at 5:01 am #22327

    Hi,

    In Theme Options -> Blog -> General -> Blog Archive/Category Sidebar
    Set this to none.

    Thanks!

    Karin Leloux
    Spectator
    Posts: 10
    November 24, 2015 at 9:41 am #22341

    Hi
    This does not work…
    It sills shows the side-bar…

    Karin

    Karin Leloux
    Spectator
    Posts: 10
    November 24, 2015 at 1:39 pm #22346

    Hi
    My problem with the side bar on the blog-page still exists…
    When do i get feedback????

    Karin

    Denzel Chia
    Moderator
    Posts: 2656
    November 25, 2015 at 6:04 am #22356

    Hi,

    Please use the following codes in your Theme Options -> Custom CSS

    .blog #secondary {
    display: none !important;
    }
    .blog #primary {
    width: 100% !important;
    }

    Thanks!