Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #367503

    Hi

    I would like to move my shadow picture closer to my slider (to line). How do i adjust the padding between my shadow picture and slider
    Thank you in advance http://www.weeklypoolservice.com

    #367689

    Hey Nelson!

    Thank you for coming back.

    In custom.css or Enfold->Styles->QuickCSS put the following:

    
    .page-id-10 #after_layer_slider_1 .template-page {
        padding-top: 0 !important;
    }
    

    To remove the white line:

    
    #after_layer_slider_1 .template-page {
        padding-top: 0 !important;
        margin-top: -1px !important;
    }
    
    

    Cheers!
    Günter

    #367724

    Looks Good Thanks for the Help

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Move Image closer to slider’ is closed to new replies.