[Resolved] Exact CSS code to reduce individual page padding?

Home Forums Support [Resolved] Exact CSS code to reduce individual page padding?

Home Forums Support Exact CSS code to reduce individual page padding?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #59816
    Mikuak Rai

    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!

    #61237
    Tom
    Lead Developer
    Lead Developer

    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 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.