Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #944146

    Hi,

    could you please have a look at my site in mobile version?
    Everything´s ok but the header on the homepage overlaps with text, and partly text overlaps with other text. And I don´t know how to fix it.

    Thank you!

    #944148

    Hey seykom,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Best regards,
    Nikko

    #944489

    Thanks!

    #944649

    Hi seykom,

    Thanks for giving us the admin access, I have added this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #top.home .flex_column.av_two_fifth.avia-builder-el-5 {
        margin-top: -100px !important;
      }
    }

    Let us know if you need further assistance :)

    Best regards,
    Nikko

    #957112

    Hi,

    same problem again with another page.
    I created a French version of the site with the same problem. The page is called “maison” instead of home.
    Tried the code above with maison but does not work:

    @media only screen and (max-width:767px) {
    #top.maison .flex_column.av_two_fifth.avia-builder-el-5 {
    margin-top: -100px !important;
    }
    }

    What went wrong?

    Thank you!

    #957499

    Hi seycom,

    I think you will need to look for the page-id class which is located in the body tag if you inspect the page in your browser. There is no class which reflects the name of your page.

    Best regards,
    Rikard

    #957506

    Hi,

    could you help me with a code? The page id is 320
    Tried it by my own, but doesn´t work.

    #957981

    Hi,

    You can try this:

    @media only screen and (max-width:767px) {
    .page-id-320 .flex_column.av_two_fifth.avia-builder-el-5 {
    margin-top: -100px !important;
    }
    }

    If it doesn’t work then post a link to the actual page.

    Best regards,
    Rikard

    #958026

    Hi,

    works fine!

    Thank you :)

    #958142

    Hi seykom,

    Glad that Rikard helped you. :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Header behaviour in mobile version’ is closed to new replies.