Would you please provide the link of your site?
Hi,
I am running my site on a local server.
Thanks!
Try by using below css code.
.container.navbar-container {
margin-bottom: 63px;
}
Thanks
Is it also possible to add this as <div>?
Hi,
Please explain your issue in detail.
Thanks
Hi,
I want to decrease the space between the navigation bar and the content on all pages (except the home page). I already have removed the breadcrumb using the following code: enigma_header_breadcrum_title {background: #ffffff;} .enigma_header_breadcrum_title .container {display: none;}
Hope this is clear.
Thanks!
Hi,
Please use below CSS instead.
.enigma_header_breadcrum_title {display:none;}
Thanks.
Hi,
This works but now the top of the first sentence on each page is partly hidden. Is there any way in which is can manage this?
Thanks!
Hi,
Please add below CSS in Custom CSS editor
.enigma_blog_wrapper {
margin-top: 20px !important;
}
Please change numerical value to adjust the margin.
Thanks.
Hi,
Perfect.
Thanks for the great support!