Wrong paddings

Home Forums Jevelin Theme Wrong paddings

Home Forums Jevelin Theme Wrong paddings

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • joaquinestevan
    Participant

    Hi!

     

    My site is almost completed, but I need some help.

     

    Long time ago, you gave me this code:

     

    #wrapper .content-container.sh-page-layout-default {
    padding-bottom: 0;
    padding: 0;
    }

     

    That was because between the slider and the content of my homepage there was an strange padding.

    The problem is that that code makes all other pages remove that padding and the result is horrible. (I’m adding a picture of the blog page)

     

    ¿How could I have a nice home page but not affecting my other pages?

    Attachments:
    You must be logged in to view attached files.

    Hi @joaquinestevan,

     

    I hope you are well today and thank you for your question.

     

    To make it work only on the homepage, please try changing the above shared CSS code as following.

     

    .home #wrapper .content-container.sh-page-layout-default {
    padding-bottom: 0;
    padding: 0;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)