• Closed
  • Sam Wakefield
    Spectator
    August 16, 2016 at 12:09 pm #29792

    Hi there,

    I am struggling to find the correct code to change my padding for .content { padding -top.px;

    In the screenshot attached I have changed the value from 35px to 0px (0px is what I require)

    This is for pages and not homepage

    http://prnt.sc/c6cgxd

    Daniel Jones
    Spectator
    Posts: 148
    August 16, 2016 at 5:57 pm #29796

    Hi Sam,

    Thanks for contacting us.

    Kindly could you share with me the link to the page so that I can figure out the right custom CSS for you.

    Looking forward to your reply.

    Sam Wakefield
    Spectator
    Posts: 18
    August 17, 2016 at 1:34 pm #29824
    This reply has been marked as private.
    Sam Wakefield
    Spectator
    Posts: 18
    August 17, 2016 at 2:45 pm #29831
    This reply has been marked as private.
    Daniel Jones
    Spectator
    Posts: 148
    August 18, 2016 at 6:40 am #29842

    Hi again Sam,

    Daniel here. Please try this custom CSS:

    
    

    .content.singular.page {
    padding-top: 0px;
    }

    Put the custom code into Dashboard > Appearance > Theme Options > CUSTOM CSS.

    I hope this helps!