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

    I’ve searched through the forums and only found the CSS quick code to remove the padding at the bottom of the full width easy slider.

    I’ve got a full width easy slider image stretching across the top of all of my pages, but there’s a large space between the menu bar and the slider image that I’d like to control the size of.

    Do you know the CSS code to add to adjust the padding above the easy slider? I’ve attached the website link below.

    #491352

    Hey denisesl23!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Regards,
    Yigit

    #494404

    Hey Yigit,

    Of course :) Thank you!

    #494437

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

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

    Cheers!
    Yigit

    #499872

    Hmm. I tried adding that code, but the black line that I had below the menu and above the fullwidth easy slider seems to have disappeared. Did you remove it? I’d like it to be there, but just with less spacing between it and the fullwidth easy slider.

    #499876

    Hi!

    Can you please post a screenshot and show how you would like it to look?

    Best regards,
    Yigit

    #523921

    Hey Yigit,

    I’m ok without having the black line spacer between the menu and the full width easy slider, but since I added the custom css and had you look at the website I’m having a slight problem. Now any time I create a “custom” separator/whitespace with custom pixel width and try to add an icon it won’t work (this goes for any page on my website). It automatically becomes a thin line that stretches across the full width of the screen.

    #524320

    Hi!

    You actually have this code inside the Quick CSS field which breaks the separator:

    .hr-custom .hr-inner {
        left: -20%;
        position: relative;
        width: 320%!important;
    }

    Please remove that. Also, please update the theme to the latest version, 3.3.2.

    Cheers!
    Ismael

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