Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #277720

    Hi
    Sorry for reposting, but I am hoping for some response to this delicate matter.
    Prior support has helped me to remove the bottom padding on the header, and allowing me to use transparent graphics overlapping the main content. On the front page I am using the Layer slider, which seems to have a top padding. This makes the effect of using the partly transparent graphics disappear. See: http://www.yippi.no/ik/

    Excample:
    http://www.yippi.no/correct.png
    http://www.yippi.no/wrong.png

    I would be very grateful if you are able to solve this issue!!!

    #277752

    Hey!

    Try adding this code to the Quick CSS:

    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 140px !important;
    }

    Cheers! 
    Josue

    #277780

    Hi Josue
    Closing in endeed – Now the white line only appears when scrolling. So happy you are helping me out – this site will be great if I get this detail nailed!

    http://www.yippi.no/ik/

    #277782

    Add this too:

    .header_color .header_bg {
        background-color: transparent !important;
    }
    #header_main{
        border-bottom: 0;
    }

    Regards,
    Josue

    #277787

    Amazing support! You guys make my day!

    #277788

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Removing top padding on main content’ is closed to new replies.