Home Forums WoodMart support forum Problem with a line in a section divider

Problem with a line in a section divider

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #154707

    good-design
    Participant

    Hi, I have a problem with a line that is only see on mobile and tablet.
    This line is in divider secion. I don’t want to see it.
    The screen is in attachment.
    My test page: http://artso.com.pl/zadbanabryka/
    To see incorect line in responsive design you can use: http://ami.responsivedesign.is/#

    Best Regards
    Luke

    Attachments:
    You must be logged in to view attached files.
    #154719

    Hello,

    How can I reproduce the problem? I am checking your site and do not see any lines https://prnt.sc/psd6lf

    Best Regards

    #154822

    good-design
    Participant

    Hi, Thanku for a quick respons. That line is only visible on iphone and same smartphones. On desktop it isn’t visible. That is a problem. You can check visibility of that line using http://ami.responsivedesign.is/
    I also showed it to you on the screen in the previous e-mail.

    Best regards
    Luke

    #154825

    good-design
    Participant

    Hi,
    I found out something.
    If you use Internet Explorer this line is visible on desktop also.

    Attachments:
    You must be logged in to view attached files.
    #154841

    Hello,

    I am checking in Internet Explorer and do not see it https://gyazo.com/2fe2a15739c4900c59afc05369057e55

    Please clarify the browser version and device.

    Best Regards

    #154851

    good-design
    Participant

    Hi, I sent you 2 files.
    – Desktop: IE – version 11, Windows 7, detail in the attachment
    – Ipone X, Chrome – screen in the attachment

    Best Regards
    Luke

    Attachments:
    You must be logged in to view attached files.
    #154894

    Hello,

    Please provide the site admin access to the private area.

    Best Regards

    #154900

    good-design
    Participant

    I sent you a private message

    #154939

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woodmart-row-divider.dvr-position-top {
        position: relative;
        top: -1px;
    }
    .woodmart-row-divider.dvr-position-bottom {
        position: relative;
        bottom: -1px;
    }

    Best Regards

    #155136

    good-design
    Participant

    Hi, Thank you very much. It works.
    Best Regards
    Luke

    #155145

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 11 posts - 1 through 11 (of 11 total)

The topic ‘Problem with a line in a section divider’ is closed to new replies.