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!
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
Thanks!
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
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!
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
Hi,
could you help me with a code? The page id is 320
Tried it by my own, but doesn´t work.
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
Hi,
works fine!
Thank you :)
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