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

    Hi there,

    The website I’ve build with this theme looks great on my Acer and smartphone (Samsung). When I look at the website on my iPad, I still see the desktop site. It should be the responsive site/design;

    On the theme optionspage I’ve selected the option for responsive site.

    Hope to hear from you, thanks!
    Andrea

    #648181

    Hey AndreaVanGeenen,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 768px) {
    .flex_column {
        width: 100%!important;
        margin-left: 0!important;
    }}
    

    Best regards,
    Yigit

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