• Resolved martusiak

    (@martusiak)


    Hello,

    I really enjoy your theme. Was very easy to set up, all widgets needed already in theme. I face one issue. I would like to have sidebar only on the homepage, the other pages without it. I cannot set this. Could you help? Really appreciate your help.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello there,

    I can’t see your actual homepage by visiting the link you shared, as it was being in maintenance mode. Does it exactly look like our homepage demo?

    https://demo.athemes.com/cali/

    Regards,
    Kharis

    Thread Starter martusiak

    (@martusiak)

    I have the sidebar on my homepage. Customize it through Index/archives option show sidebar on blog index/home page and this totally works for me and it is like on your demo theme. I would like to remove it from other pages selected other, exactly like on your demo (when you click Fashion on your demo there is no sidebar only miniatures of post).

    Hello there,

    Please try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    body:not(.home) #secondary.widget-area {
      display: none;
    }
    
    @media only screen and (min-width: 992px) {
      #primary.content-area.col-md-8 {
        width: 100%;
      }
    }
    

    Regards,
    Kharis

    Thread Starter martusiak

    (@martusiak)

    Hello,

    worked but now I do not have the sidebar on my homepage. I would have the sidebar on my homepage, only for other pages no.

    Hello there,

    Please replace this line:

    
    #primary.content-area.col-md-8 {
    

    with:

    
    body:not(.home) #primary.content-area.col-md-8 {
    

    I am sorry for the mistake.

    Regards,
    Kharis

    Thread Starter martusiak

    (@martusiak)

    Works perfectly now. Thank you! ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Sidbar only on hompage’ is closed to new replies.