Sidebar & Spaces

Home Forums Jevelin Theme Sidebar & Spaces

Home Forums Jevelin Theme Sidebar & Spaces

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • vanni77
    Participant

    private field

    Hi @vanni77,

     

    I hope you are well today and thank you for your questions.

     

    Hi, how can I exclude the sidebar from the category pages?

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .archive.category #sidebar {
        display: none;
    }
    
    .archive.category #content {
        padding-right: 0;
        width: 100%;
    }

    how can I more space the title of the post from the menu?

    Could you please describe it a bit more in detail by sharing its screenshot so that I can help you?

     

    Best regards,
    Shufflehound team

    vanni77
    Participant

    Thanks!

    How you can see in this page

    http://vagonotte.upvalue.it/corretta-igiene-del-sonno-prevenzione-insonnia/

     

    The title “Una corretta igiene del sonno come strumento….” is attached to the header. I’m not able to create a space beetween title and header

     

    Thanks!!

     

    Please use the below custom CSS code to add the space.

     

    .single-post .blog-single {
        margin-top: 30px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)