Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2001425
Space Between menu and slider
Closed

Comments

  • thibltlefebvre started the conversation

    Dear, 

    There is a blank space under the menu and the slider. I would like to know how i can delete it. 


    Thanks for helping.

  • thibltlefebvre replied

    It seems like it is a space for Breadcrumb space as seen on attachment

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    body.home.page #header{ margin-bottom: 0; }

    Also, because you're using a page to config your homepage, so please set Template for your homepage is "Page VC Builder No Sidebar" - check this image


    Best Regards,

    PenciDesign

  • thibltlefebvre replied

    It works! Thank you very much for helping. 


    Best Regards

  • thibltlefebvre replied

    Dear, 

    What code should I add to delete the blank space used for breadscrumb on a specific page?

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    Can you tell me what's that space - a screenshot?


    Best Regards,

    PenciDesign

  • thibltlefebvre replied

    It is the space used for Breadscrumb

  •  2,699
    PenciDesign replied

    Hi,

    If I help you remove the space, the text will close with the slider. And it's not look good. So, I recommend you don't use it for your homepage.


    Best Regards,

    PenciDesign

  • thibltlefebvre replied

    I already did it for the homepage with this code and it works well. I would now like to do it on an other page.

    body.home.page #header{ margin-bottom: 0; }
    
  •  2,699
    PenciDesign replied

    Hi,

    If you want to do the same thing for other pages, please use the code like that:

    body.page-id-1211 #header{ margin-bottom: 0; }

    Change the ID  1211 to ID of the page you want to remove the space.

    Check this guide to know how to find ID of a page.


    Best Regards,

    PenciDesign

  • thibltlefebvre replied

    Works Well, thanks for your help :)