Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #555908

    Hello,

    I want to remove or disable all bottom border on page…

    But there is something different :)

    border bottom only showing on iphone..
    You can see on screenshot: https://cloud.mail.ru/public/F7MX/6oWR5thtR
    (end of layerslider like a line)

    #555912

    Hey Yigit!

    Please add following code to Quick CSS in Enfold theme options

    @media only screen and (max-width: 769px) {
    img.ls-bg.ls-preloaded {
        margin-top: 0!important;
    }}

    Cheers!
    Yigit

    #555927

    not work :(

    #555931

    Merhabalar!

    I changed the code to following one

    
    @media only screen and (max-width: 1100px) {
    img.ls-bg.ls-preloaded {
        margin-top: 0!important;
    }}

    and can no longer reproduce the issue. Can you please flush browser cache and refresh your page a few times? :)

    Regards,
    Yigit

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