Hi,
Looking to see which element controls the spacing between the body content where the page title is and the horizontal line underneath the breadcrumb nav.
Thanks!
Hi,
Looking to see which element controls the spacing between the body content where the page title is and the horizontal line underneath the breadcrumb nav.
Thanks!
Hey,
add following code to style.css:
#main{
margin-top: -35px !important;
}
Change/Adjust the value as you like :)
You must log in to post.