Hello,
Members or StackIdeas Staff,
I am doing some cleanup and it's been a while since I have done mods to the template CSS for my site.
I am trying to remove all the extra padding between the easysocial component and the breadcrumbs and main menu.
Does anything have any suggestions on how I might remove this space as shown?
I added this code to the template > templates/rt_chimera/ccs/rt_chimera-custom.css
/* remove padding between top menu and mainbody components*/
.rt-block {
margin: 10px;
padding: 20px 15px;
padding-top: 10px;
padding-right: 15px;
padding-bottom: 20px;
padding-left: 15px;
}
Any suggestions appreciated.
Randall