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

    Hi,

    On this page, click here

    You will see that there is a large padding above the image in the grey section. How can I fix that?

    Thanks for your help.

    #392884

    Hi boag!

    Please paste the following code in Quick CSS:

    .html_header_transparency #top .avia-builder-el-0 .slideshow_inner_caption {
    padding-top: 30px;
    }

    Regards,
    Rikard

    #392891

    Rikard,

    Thanks for the reply. I tried that and it didn’t work. I also tried changing the padding-top size and that didn’t work either.

    In the code it says header_transparency…. if this helps you at all, I am not using a header or transparent header. I don’t want a header on this page, only a logo so I am using a color section with an image of my logo.

    #393480

    Hey!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post it here as a private reply.

    Best regards,
    Rikard

    #393542
    This reply has been marked as private.
    #393607

    Hey!

    Thank you for coming back.

    Try the following and adjust the values:

    
    #av_section_1 {
        min-height: auto !important;
    }
    
    #av_section_1 .container {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }
    

    To limit it to that page only:

    
    .page-id-4057 #av_section_1 {
        min-height: auto !important;
    }
    
    .page-id-4057 #av_section_1 .container {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }
    

    Regards,
    Günter

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.