Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #296470

    Hi guys,

    I’ve got a slider at the top of my homepage which is blue with a white area at the bottom. The site is full width and so you can see the white area against the blue edges (see here). Is there a way to make it look like the design here where the character can overlap into the white which spans the full browser width?

    Thanks

    #296693

    Hey tocal!

    Seems like you have already figured it out – http://i.imgur.com/4owfvJD.png
    Great looking website!

    Best regards,
    Yigit

    #299399

    Sorry Yigit, missed your reply there. Thanks, glad you like the site. The bit I’m trying to fix is the edge of that box.

    I.e. I don’t want this: http://imgur.com/xO6UjBo

    I want this: http://imgur.com/KmKJ8KU

    Any ideas?

    #299716

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .ls-l {
    background: transparent!important;
    }
    img.ls-l.ls-preloaded {
    margin-top: 100px!important;
    }

    If that does not help, please create a temporary admin login and post it here privately so i can look into it

    Regards,
    Yigit

    #299831
    This reply has been marked as private.
    #300012

    Hey!

    Thank you for the info.

    I edited the BG layer. Please check. http://www.betterboilers.co.uk/

    Best regards,
    Ismael

    #300208

    Still doesn’t seem to be working Yigit. Is this what you are seeing? http://i.imgur.com/mMgvdim.png

    #300503

    Hi!

    Yes, that’s what I’m seeing. I just fixed the BG layer to make it visible. You can do the rest. Try to change the Slider Height on Global Settings to make room for the main image.

    Cheers!
    Ismael

    #300599

    Sorry Ismael, I don’t see how that fixes the issue. All it seems to me is as if the image has been moved down in the slider.

    I’m trying to get the white area at the bottom of the slider to span the full width of the page as shown here: http://imgur.com/KmKJ8KU

    #301095

    Hi!

    Alright. My bad. I thought you want the other way around. Try to change Global Settings > Slider width to 100% then adjust the width of the BG layer to 100%.

    Cheers!
    Ismael

    #301523

    Thanks Ismael,

    That’s done the trick nicely. http://www.betterboilers.co.uk The only thing now is that the pref & next arrows seem to be in the wrong place. Any idea why this has happened?

    Thanks

    #301527

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .avia-layerslider .ls-nav-next, #top .avia-layerslider .ls-nav-prev {
    left: auto!important;
    }

    Best regards,
    Yigit

    #301538

    Thanks Yigit. That’s done something but it’s still not quite right.

    #301545

    Hi!

    This is how it looks on my end – http://i.imgur.com/Ba8ciz3.png
    Please add following code to Quick CSS as well to move next button closer to the edge

    #top .avia-layerslider .ls-nav-next {
    right: 0;
    }

    Best regards,
    Yigit

    #301605

    Thanks Yigit, might have been a cache issue as it’s prefect agin now. thanks for all your help both!

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Slider bottom border’ is closed to new replies.