-
AuthorPosts
-
November 1, 2019 at 9:09 pm #1153137
Hi,
on the desktop view, the arrangement of text and images is correct.
On the mobile view, the pictures are directly below each other.
That does not look nice, can I change that?Thanks.
Regards
StefanNovember 2, 2019 at 12:33 pm #1153245Hi Stefan,
Thanks for the screenshots, could you post a link to where we can see the actual elements as well please?
Best regards,
RikardNovember 2, 2019 at 4:35 pm #1153292This reply has been marked as private.November 3, 2019 at 2:53 am #1153432Hi,
Thanks for the screenshots and the link, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (max-width: 767px) { #top.page-id-150 #activities.entry-content-wrapper.avia-builder-el-15 { display: flex !important; flex-wrap: wrap !important; } #top.page-id-150 #activities .flex_cell.avia-builder-el-16.avia-builder-el-first { order: 2 !important; } #top.page-id-150 #activities .flex_cell.avia-builder-el-19.avia-builder-el-last { order: 1 !important; } }
After applying the css, Please clear your browser cache and check.
Best regards,
MikeNovember 4, 2019 at 2:51 pm #1153706Hi Mike,
great, that’s exactly what it should look like!
Thanks.
Regards
StefanNovember 4, 2019 at 3:45 pm #1153715This reply has been marked as private.November 4, 2019 at 5:57 pm #1153741This reply has been marked as private.November 5, 2019 at 9:04 am #1153896Hi,
Thanks for the update. Please try this CSS for your menu problem:
@media only screen and (max-width: 1150px) { nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }
Best regards,
RikardNovember 5, 2019 at 11:54 am #1153958Hi Rikard,
works almost perfect!
A problem is the icon (search icon) on the smartphone.
That goes over the logo.Can I still correct that, or do I have to turn off the search icon?
Thanks.
Regards
StefanNovember 6, 2019 at 3:46 am #1154145Hi Stefan,
Thanks for the update, though I can’t see a search icon on any screen resolution on your site. Did you remove it? If so then please add it back so that we can see the problem.
Best regards,
RikardNovember 6, 2019 at 7:44 am #1154187Hi Rikard,
I inserted the symbol again.
The overlay can be seen very well on a smartphone.Thanks.
Regards
StefanNovember 6, 2019 at 1:04 pm #1154274Hi Stefan,
Thanks for that, I see that the input field is overlapping on IphoneX, but not the actual symbol. Do you want to move the input field down a bit? If the symbol is overlappning the logo on your end then I think it would be best to hide it on small phones since there isn’t any space to move it to unfortunately. Let me know which way you would like to go.
Best regards,
RikardNovember 6, 2019 at 2:55 pm #1154300Hi Rikard,
Hide the icon on small devices would be my favorite.Thanks.
Regards
StefanNovember 7, 2019 at 6:18 am #1154538Hi Stefan,
Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling in order to hide the search icon on smaller mobile screens:
@media only screen and (max-width: 479px) { #menu-item-search { display:none !important; } }
Best regards,
RikardNovember 7, 2019 at 8:30 am #1154561Hi Rikard,
great.
Thank you very much.Best regards
StefanNovember 7, 2019 at 12:41 pm #1154601Hi,
Glad Rikard could help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts
- The topic ‘Wrong mobile presentation of text and images’ is closed to new replies.