Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #928582

    Hi I am trying to fix an issue with some HTML on this page: https://www.mb2raceway.com/track-registration-go-kart-racing/
    Club Speed provided me these snippets of code for their “registration kiosks” login forms, however they are not mobile responsive.

    I can see here that you have a place in the code block edit section of enfold to fix the width and I was wondering what piece of code I would need to make the html shown by the snippet remain in the container box on mobile like iPhone 8plus and such.

    In enfold It is called: Code Wrapper Element
    Wrap your code into a html tag (i.e. pre or code tag). Insert the tag without <>

    The “.container” HTML code I had found online did not seem to make it stay in it’s place on mobile

    #929187

    Hey planetxeo,

    I checked your site

    Adding the below line to code wrap in codeblock element will not be understood by the browser as it is a part of the head section. This is already added to the enfold head section by default so no need to add this here :)

    Code block element will simply display or execute the code that is added. In your case, I see the code get’s executed as it is and works as intended.

    meta name="viewport" content="width=device-width, initial-scale=1.0"

    Besides this is not an issue with the enfold. The code supplied to you don’t seem to be responsive. I’m sorry to say we cannot do much about this as it is not related to the theme. Please get in touch with the script provided.

    Best regards,
    Vinay

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.