-
AuthorPosts
-
February 5, 2021 at 9:41 am #1277918
Hi!
I am using Enfold on several webbsites and really like it! In my current project I have a few problems and I would really appreciate your help in solving them.
1. The layout on ipad portrait (middle size) should be the same as on a mobile phone, otherwise the columns are too narrow. I realize I do not have the exact measures but I think you will understand what I mean if you have a look at the site on an ipad that is sligtly smaller than the largest ones.
2. The text in the footer and in the menus are not adjusting as they should on an ipad. So the text is cut in the footer and the text in the menus is too large.
3. The site is loading very, very slowly. Any suggestions?
Many thanks and kind regards,
MarianneFebruary 5, 2021 at 6:41 pm #1278116Hey Merilla,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width:768px) and (max-width: 1024px) { #top .container { width: 100%; } div .av_one_half, div .av_one_fourth { width: 100%; margin-left: 0; } }
If you need further assistance please let us know.
Best regards,
VictoriaFebruary 8, 2021 at 3:49 pm #1278686This reply has been marked as private.February 9, 2021 at 5:46 pm #1279163Hi Merilla,
Here are the optimization tips:
The code I gave you affects the footer too, did you check the footer on the iPad now?
Best regards,
VictoriaFebruary 9, 2021 at 5:53 pm #1279167This reply has been marked as private.February 10, 2021 at 12:44 pm #1279395Hi Merilla,
I adjusted the css for you. Please check if that looks ok.
Best regards,
VictoriaFebruary 10, 2021 at 12:57 pm #1279399This reply has been marked as private.February 10, 2021 at 2:16 pm #1279452Hi Merilla,
The smaller text will be hard to read, I would not recommend it, but if you insist I can give you the css.
Best regards,
VictoriaFebruary 10, 2021 at 2:37 pm #1279470Hi Victoria!
Let’s start with the footer. Can you provide me with the code that divides it into four columns?
Many thanks,
MerillaFebruary 10, 2021 at 3:24 pm #1279497Hi Merilla,
Sure, I changed the code for you.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.