Home Forums WoodMart support forum html block line bug

html block line bug

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #253601

    EDEN
    Participant

    Hello, I checked all i believe but I still get a line bug, probably because of the blue background, please look on ios i get a line that i want to get rid of please :

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

    Hello,

    I saw the screenshot you attached and visited your website and there is no line as you mentioned.

    Screenshot for Clarification: https://prnt.sc/w9l0kt

    Regards.
    Xtemos Studios.

    #253610

    EDEN
    Participant

    Hello, thats because you use a software to simulate IOS, but from any iphone i see the line 🙁

    #253612

    Artem Temos
    Keymaster

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

    .woodmart-row-divider.dvr-position-top {
      position: relative;
      top: -1px;
      transform: translateZ(0);
    }
    #253617

    EDEN
    Participant

    what a genius hahaha thanks so much

    #253619

    Artem Temos
    Keymaster

    You are welcome 😁

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