Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #496220

    Hi

    I give up! Tried everything. How can I take out some space between the image and the slider underneath it on the home page?
    Regards
    Richard

    #496235

    Hi Richard!

    I loaded the web site and I do see as space as needed, is that right?
    Have you fixed your issue?

    Best regards,
    Basilis

    #496258

    Hi Basilis
    Thanks for your reply. I have not fixed the issue yet. I would still like to reduce the space above the slider
    Regards
    Richard

    #496538

    Hi!

    You can slightly reduce the spacing above the slider with the below css or disabling the breadcrumbs on the homepage:

    #top .title_container .container {
        padding-top: 0px !important;
        padding-bottom: 15px !important;
        min-height: 37px !important;
    }
    
    .title_container .main-title {
        min-height: 35px !important;
    }

    In order to reduce the space between the slider and image you can adjust the first margin value below (25px):

    .avia-slideshow {
        margin: 25px 0 !important;
    }

    Cheers!
    Dake

    #497462

    Hi Dake

    Thanks for your reply. This coding does not seem to work.

    .avia-slideshow {
        margin: 25px 0 !important;
    }

    Similar to what I was using which also did not work.
    Regards
    Richard

    #497480

    Hey!

    May we have temporary access to your website so we can try applying the css ourselves?

    Regards,
    Dake

    #497481

    Hi

    Here you go

    Regards
    Richard

    #498181

    Hey!

    I checked the page but I don’t see any space left between the header and slider. Do you need the title container in the home page? If not, use this css code:

    .home .title_container {
        display: none;
    }

    Add this code to adjust the padding of the main container:

    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 150px;
    }

    Please turn on the custom css class: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Edit the slider element, look for the Custom CSS Class field. Add “custom-slider” for example then use this in the Quick CSS field to adjust the bottom margin:

    .custom-slider { margin-bottom: 10px !important; }
    

    Regards,
    Ismael

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