Site logo

Archived topic

Exact CSS code to reduce individual page padding?

1 reply · Started by Mikuak Rai on December 30, 2014

Viewing posts 1–2 of 2

Hi GP... Can you tell me the exact CSS code I would need to apply in order to reduce the content area padding on my Home page? I'd like the padding on all sides to be about 10px - 15px max. Is there a way to change the padding of this individual page content area without changing the overall padding of all content area aspects throughout the site?

Site in question: http://50.87.160.30/~icdrintl/

Thanks!

Hi there - no idea how this post slipped by me - super sorry for the delay in getting back to you.

You can specify CSS for the homepage by adding .home before any CSS.

For example:

.home .inside-article {
      padding: 10px;
}

Let me know if that makes sense :)

This archived topic is closed to new replies.