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

    Hi,
    I can’t get the layout responsive some how even if I’ve activated responsive layout.
    To design the site like I need on desktop version I have 4 columns (1/4), and I use the two in the middle. I thought that the empty columns would not show on responsive. And that the columns would be 1/1 100% in mobile view.
    The contact information in the buttom also crash together.
    Please look at the site in private content.
    Thanks, kindly regards, Mathilde

    #645623

    Hi again,
    When I deactivated the parallax scroll plugin, the mobile is getting better with 100% view. Tablet still the same problem. Huge gaps between the contents on mobile espesially. I have added the custom css function in functions.php . Can I change the margins there? If, how?
    Thanks again, Mathilde

    #646936

    Hi,

    I checked your website on mobile. Try to add this code in Quick CSS field for iPhone screen size:

    @media only screen and (max-width: 767px) {
    .flex_column.av_one_fourth.flex_column_div.av-zero-column-padding {
    width: 100%;
    }}
    

    Adjust the media queries for different devices as iPad etc.

    Best regards,
    Andy

    #651600

    Hi Andy,
    Sorry I hadn’t seen this! Thank you so much!!
    Kindly regards, Mathilde

    #651603

    Hey!

    Glad it got it short out.
    Please let us know if we can do anything else for you, just open a new ticket.
    Please remember if you can also rate our theme at themeforest, it does help us a lot.

    Best regards,
    Basilis

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