Unnecesary bottom scroll bar
-
I get an unnecessary scroll bar at the bottom of the page due to a CSS rule in style.css for TotalPress+TP-Primo
.grid-container:not(.full) > .grid-padding-x {
margin-right: -.625rem;
margin-left: -.625rem;
}The negative margins cause the content to be larger than the body and causes the scroll bar. What is the intention of this rule?
I can override it in the child theme.
Cheers
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Unnecesary bottom scroll bar’ is closed to new replies.