By Randall McCallum on Tuesday, 06 January 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 1.2K
Votes 0
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
Hello Randall,

Replace that code with the following code and see how it goes.
/* remove padding between top menu and mainbody components*/
.rt-block {
margin: 0px 10px 10px 10px;
padding: 0px 15px 20px 15px;
}
·
Tuesday, 06 January 2015 16:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Ezrul Fazwan,

It worked perfectly. Thank you ever so much for your assistance.

Randall
·
Tuesday, 06 January 2015 17:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Randall,

You are most welcome
·
Tuesday, 06 January 2015 17:53
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post