When I look at my website on a mobile device in portrait looks fine on landscape. The logo is cut off. Can you help me fix this.
Hey William!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
.logo, .logo a, .logo img { max-width: 100%!important; }}
Please flush browsers cache after applying the code. If that does not work, please post the link to your website
Regards,
Yigit
no sorry that did not work. logo is being cut off in portrait mode on mobile device.
Here is the link
http://www.proconsolerepairdfw.com/test
Hey!
You have added to the code correctly, but there is a typo before it (so it’s getting nullified), here’s the error:
.adp, .adp table, .adp-list, #directions_panel_3 b {
color: white!important;
Change it to:
.adp, .adp table, .adp-list, #directions_panel_3 b {
color: white!important;
}
http://proconsolerepairdfw.com/test/wp-content/uploads/dynamic_avia/enfold.css?ver=1
Regards,
Josue
thanks worked great
You are welcome, glad we could help :)
Regards,
Josue