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

    I have checked your website frontend. The issue is a style property in your theme.

    Basically, it is not an issue. A class (fl-wrap) for the next element (delivery instructions) in the page has a style property of position relative & the second div was positioned above the state and pin code fields.

    You can simply solve this issue by adding below style in your additional style settings in WordPress admin area.

    p#order_comments_field .fl-wrap {
        position: inherit;
    }

    You can add additional style in backend via Appearance >> Customize >> Additional CSS section.

    Just try to add the code & if the issue is resolved, kindly request you to make the issue as resolved.

    • This reply was modified 5 years, 4 months ago by Sarathlal N.
    Thread Starter stevethebartender

    (@stevethebartender)

    Hi Sarathlal

    Thanks so much – worked a treat!

    Cheers,
    Steve

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shipping State and Postcode fields aren’t editable’ is closed to new replies.