Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #735736

    Hello,
    I created a custom html item from avia: which class css I have to assign to element to make it responsive?
    Thanks
    –diego

    #736108

    up

    #736206

    Hi,

    Please link to the page in question where we can see the element and try to explain a bit further what problems you are having.

    Best regards,
    Rikard

    #736289

    Hi,
    the problem is the optin form at the center of the page, under the photo:
    on pc-desktop it is ok, but on mobile I wish that every element occupy 100% of the width of the screen.
    below I put the credentials

    • This reply was modified 8 years, 6 months ago by diegox80.
    #736711

    Hi,

    Ok, please something like this in Quick CSS:

    @media only screen and (max-width: 767px) {
    #home-optin input {
      width:100%;
    }
    }

    Best regards,
    Rikard

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