How do I create space between the menu and the breadcrumbs. Right now (because I have inserted a really large logo) my menu is overlapping the breadcrumbs (http://forgottenobjects.com/?page_id=332)
Thanks!
How do I create space between the menu and the breadcrumbs. Right now (because I have inserted a really large logo) my menu is overlapping the breadcrumbs (http://forgottenobjects.com/?page_id=332)
Thanks!
Hi,
Thanks for posting your link. Try to add this in your Quick CSS or custom.css:
#header {
padding-bottom: 15px;
}
#breadcrumb_wrapper {
right: 0;
bottom: -32px;
}
Adjust the padding-bottom and bottom as required. Hope this helps. :)
Best Regards,
Ismael
Perfect! Is there a way to accomplish the same thing on the homepage?
Hi,
Yes, try to add the following in your Quick CSS or custom.css:
#top .slideshow_big {
margin-bottom: -60px;
margin-top: 20px;
}
Just change the value (20px) if you want to adjust to spacing between the menu and the slider. Hope this is helpful and Happy Easter. :)
Best Regards,
Ismael
You must log in to post.