• Resolved michaellanfield

    (@michaellanfield)


    I want to know how to reduce the top padding of home page content only.

    I know you can adjust

    .main-content {
    padding-top: 15px;

    set the number to 15 and the home page looks great, but the top padding before the content is adjusted on all pages, I just want it adjusted for the main home page only. Any help is appreciated. Thanks.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @michaellanfield

    At first, thank you for your response and for choosing our theme.

    Please navigate to Dashboard > Appearance > Customize > Additional CSS and insert the CSS snippet below:

    .home .main-content {
      padding-top: 15px !important;
    }

    Don’t forget to remove the old snippet.

    Kind Regards

    Thread Starter michaellanfield

    (@michaellanfield)

    Thanks kindly I will try that.

    You are welcome.

    Feel free to contact us anytime.

    Kind Regards

    Theme Author WP Royal

    (@wproyal)

    Hi,
    If you have any other questions feel free to open a new support topic and we will do our best to help you.
    Kind Regards,
    Nick

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to reduce top padding of home page content only’ is closed to new replies.