Home Forums WoodMart support forum Unknown line on mobile

Unknown line on mobile

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #295043

    tcsg.toth
    Participant

    Hello,
    There is an unknown line appearing on mobile at my website. Photo attached. Please help me why is there.

    In desktop there is no such line

    #295044

    tcsg.toth
    Participant

    photo

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

    Hello,

    Please check the rows hidden on the desktop, one of them has the border. Or provide your site admin access to the private area if you cannot find it.

    Best Regards

    #295312

    tcsg.toth
    Participant

    Please help me to find it.

    #295492

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

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

    Kind Regards

    #296019

    tcsg.toth
    Participant

    thanks, worked

    #296056

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

    Best Regards

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