Tagged: responsive
Liebes Support Team,
die Seite passt sich nicht responsive an Tablet und kleiner Bildschirme (13 Zoll) an, die Anpassung auf Mobile funktioniert. Könnt ihr uns weiterhelfen?
Vielen Dank!
Viele Grüße
Jasmin
Hi Moviano,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.
Best regards,
Nikko
Dear Nikko,
thank you for your help. I have installed the plugin so you can take a look at the page yourself and help us :-) Please find the Login Link in the private Content box.
best regards
Jasmin
Hi Jasmin,
I have modified the Grid Rows and added this in Advanced > Developer Settings > Custom CSS Class: Custom CSS Class
Then in Enfold > General Styling > Quick CSS, I added this CSS code:
@media only screen and (max-width:1400px) {
#top .six-cols {
display: flex;
flex-direction: column;
}
#top .six-cols .av_one_half {
width: 100%;
padding: 30px !important;
}
}
Please review your site.
Best regards,
Nikko