Padding Issue
-
Hi,
Please help me with the CSS.
On my home page, there are extra paddings on the left and right, when seen from mobile, whereas on the desktop it is perfectly fine.
There is a screenshot: https://ibb.co/Scz9d34
I used this, but this only controls the paddings on a blog page.
@media (max-width: 768px) {
.separate-containers .inside-article {
padding: 0px;
}
}The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Padding Issue’ is closed to new replies.