-
AuthorPosts
-
January 26, 2021 at 4:19 pm #1275516January 27, 2021 at 12:27 am #1275624
Hey sdesign-web,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaJanuary 27, 2021 at 10:17 am #1275686Hey Victoria,
please find in private content the url of the website.
Thanks !
Stan
January 27, 2021 at 10:40 am #1275706Hi Stan,
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 (max-width: 479px) { .responsive #top #wrap_all .container { width: 100; max-width: 100%; } .responsive .logo img { width: 90%; } } @media only screen and (min-width: 480px) and (max-width: 767px) { .responsive #top .logo img { width: 75%; } }
If you need further assistance please let us know.
Best regards,
VictoriaJanuary 28, 2021 at 7:39 pm #1276107Hello Victoria,
thank you very much for your help !Your css trick solve the problem on small all vertical display such as iphone 5 etc …
On the other hand, the problem subsists on iPad screens in landscape mode. Maybe by changing some values in the css? What do you think ?Kind Regards
StanJanuary 28, 2021 at 7:40 pm #1276108January 28, 2021 at 9:51 pm #1276164Hi sdesign-web,
Please add this code too:
@media only screen and (min-width: 768px) and (max-width: 1023px) { .html_header_top.html_logo_center .logo { left: 0px; -webkit-transform: none; -ms-transform: none; transform: none; } }
Best regards,
VictoriaJanuary 29, 2021 at 5:20 pm #1276353Super Victoria! !,
everything is working fine with your quickcss.
Thank you for ypour help.
have a nice we
StanJanuary 29, 2021 at 9:13 pm #1276425Hi Stan,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.