Changing margins on pages
-
I am using the free Virtue theme and want to widen page margins. Looking through this forum, I was able to change my front page by addressing main.col-lg-9 and kad-sidebar, but I want to add extra padding on the other pages too and cannot find the names of the parts I need to change.
I do have Firebug but as coding gets more complex, I find it impossible to get to the specific info I need. So, advice on how to add more padding on each page on my site would be appreciated.
Any general advice on how to find names of items is also welcome.
My website is: http://www.risingmoonastrology.com/
The code that successfully modified the first page is:
@media (min-width: 992px){
.kad-sidebar {
padding-right: 40px;
padding-left: 20px;
}
.main.col-lg-9 {
padding-right: 60px;
padding-left: 60px;}
}Thank you!
The topic ‘Changing margins on pages’ is closed to new replies.
