• fieldset border is striking through the legend text on mobile devices only.
    check this issue on mobile not in the inspect element it will not show inspect element view.
    please see the given link after taking this quiz it will show a result in a fieldset there u can see the issue using mobile

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi there,

    Can you show a screenshot of what you are seeing?

    I also don’t believe this would be a theme issue.

    Can you test it with a twenty series WordPress theme?

    Let me know ??

    Thread Starter zohaibkhan5

    (@zohaibkhan5)

    See the screen shots
    img 1
    img 2

    • This reply was modified 4 years, 10 months ago by zohaibkhan5.

    The theme itself doesn’t add borders to anything by default so I really doubt that this is a theme issue.

    Have you checked with the plugin support first?

    Let me know ??

    Thread Starter zohaibkhan5

    (@zohaibkhan5)

    pls solve this issue, i have checked from plugin support they said its theme issue

    You have this CSS in Customizer > Addtional CSS:

    /*legend and fieldset*/
    
    fieldset {
        border: 1px solid #D3D3D3;
        font-size: larger;
    }
    
    legend {
        color: #0080b3;
        font-weight: bold;
    }

    Edit your CSS and include a background-color: #fff; property to the legend tag – this should stop the strikethrough from showing

    Thread Starter zohaibkhan5

    (@zohaibkhan5)

    Thank u so much @diggeddy ,u always solve my issue thanks

    You’re welcome

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘fieldset border is crossing the legend text on mobile devices only’ is closed to new replies.