Minimise site padding & enlarging the Body text
-
Hi,
I’ve been trying all afternoon to fix this & have been through the forum & tried a whole heap of options that sounded similar to what I want. None of these worked.
What I want to do is increase the width of the sites body by minimising the padding either side of it.
I don’t want it to adjust depending on the size of the screen it’s being displayed on because that makes my side bar all different widths & I want it to be a consistent width on all screens. I don’t want a code like this:
@media (min-width:991px) {
.container {
width: 80%;
}I was hoping there was some sort of code I could use that would change the padding size so I could enlarge the body col-md-8px to col-md-10px or similar while still keeping the sidebar at col-md-4px.
Currently if I try to change the body width, the sidebar is pushed out & moves under the body text.
Hopefully that makes sense.
Thanks
The page I need help with: [log in to see the link]
- The topic ‘Minimise site padding & enlarging the Body text’ is closed to new replies.