Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #813149

    Hello
    We have in the home in the top of the page a Full Width Easy slider
    It is too high and overlapping the header:

    Please see also post https://kriesi.at/support/topic/div-title-height-and-colour/ because it is somehow related
    I tried with
    .avia-fullwidth-slider.avia-builder-el-0 {
    top: 20px;
    }
    and the slider moves down but with a white space and not black as it is in all the other pages

    Thank you
    Mauro

    #813178

    Hey profumopuntoit,

    You can add this custom CSS code:

     .av_slideshow_full.avia-slideshow {
        padding-top: 10px !important;
     } 
    

    Best regards,
    John Torvik

    #813348

    Ok thank you
    but like this the slider moves down but with a white space in top and not black as it is in all the other pages

    Best regards
    Mauro

    #813888

    Hi Mauro,

    That is the space for the title and breadcrumbs you have on other pages and do not have on the main page. You could add the breadcrumbs if you wanted and you will not need that padding then.

    Best regards,
    Victoria

    #813920

    Thank you Victoria,
    I tried to modify the home page and in “Title Bar Settings” I set it to “Display Title and Breadcrumb” instead of “Default layout set in Enfold Child”
    but result is same, slider sticks to the top and there is no div with class “stretch_full container_wrap alternate_color light_bg_color title_container”
    This three lines black, dark green, light green are part of the look of the websìte and should be there also in the home

    Best regards
    Mauro

    #813921

    I tried also with “Display only Breadcrumb” but it is same

    #814084

    Hi Mauro,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Do you want to have them on the home page as well?

    Best regards,
    Victoria

    #814343

    Here are the credentials
    Thank you
    Mauro

    #816152

    Hi,

    Have you fixed the issue? What are these css modifications for?

    div.stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
        max-height: 35px;
        color: #e87e0d;
        background-image: url(https://attarperfumes.net/wp-content/uploads/sfondonero-verdescuro.png);
    }
    
    #top .title_container .container {
        padding-top: 0;
        padding-bottom: 0;
        min-height: 0;
        max-height: 35px;
    }
    
    #top .title_container .container {
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: 56px;
    }

    Best regards,
    Ismael

    #816240

    Hi Ismael,

    no, not resolved

    Modification are related to this other ticket https://kriesi.at/support/topic/div-title-height-and-colour/ where we managed to give to the site “the look and feel of our old site (https://goo.gl/i1JM4L) that we are going to migrate to enfold https://goo.gl/UqPO3O”

    Thank you
    Mauro

    #816244

    the second instance of
    #top .title_container .container {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 56px;
    }
    I don’t see it in style.css in child theme

    #818508

    Hi,

    Add the height property to the following css declaration.

    div.stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
        max-height: 35px;
        color: #e87e0d;
        background-image: url(https://attarperfumes.net/wp-content/uploads/sfondonero-verdescuro.png);
        height: 35px;
    }

    Best regards,
    Ismael

    #818747

    Ok perfect.
    Great support as always. Thank you very much
    Much

    #818774

    Hi! We’re glad that Ismael was able to help. We’ll close this thread now, but if you have any other questions or issues, feel free to post them here on the forum and we will do our best to assist you!

    Thank you for using Enfold.

    Cheers!
    Sarah

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘How to move down a Full Width Easy slider’ is closed to new replies.