Comments thibltlefebvre started the conversationMay 7, 2019 at 7:38amDear, 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 repliedMay 7, 2019 at 8:15amIt seems like it is a space for Breadcrumb space as seen on attachment 2,700PenciDesign repliedMay 7, 2019 at 4:58pmHi,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 imageBest Regards,PenciDesignthibltlefebvre repliedMay 8, 2019 at 12:30pmIt works! Thank you very much for helping. Best Regardsthibltlefebvre repliedMay 31, 2019 at 11:50amDear, What code should I add to delete the blank space used for breadscrumb on a specific page?Thanks 2,700PenciDesign repliedMay 31, 2019 at 3:44pmHi,Can you tell me what's that space - a screenshot?Best Regards,PenciDesignthibltlefebvre repliedMay 31, 2019 at 3:58pmIt is the space used for Breadscrumb 2,700PenciDesign repliedMay 31, 2019 at 4:02pmHi,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,PenciDesignthibltlefebvre repliedJune 5, 2019 at 4:41pmI 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,700PenciDesign repliedJune 6, 2019 at 3:30amHi,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,PenciDesignthibltlefebvre repliedJune 6, 2019 at 9:37amWorks Well, thanks for your help :) Sign in to reply ...
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.
It seems like it is a space for Breadcrumb space as seen on attachment
Hi,
Please add more this code to Customize > Custom CSS to do that:
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
It works! Thank you very much for helping.
Best Regards
Dear,
What code should I add to delete the blank space used for breadscrumb on a specific page?
Thanks
Hi,
Can you tell me what's that space - a screenshot?
Best Regards,
PenciDesign
It is the space used for Breadscrumb
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
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.
Hi,
If you want to do the same thing for other pages, please use the code like that:
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
Works Well, thanks for your help :)