[SOLVED] Problems with menu in mobile mode
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
please provide me Joomla admin access and I will check that.
Use our SSL contact form to send us the data.
Which size do you prefer?
www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.
got no preferences regarding the size, all I want is that it shows correctly on tablets
Where can I find the SSL form? Also, the changes should be made to my live site.
BRgds
Torsten
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Add this code to your css/custom.css
And now set the small max width to: 968px too@media all and (max-width: 968px) {
#jp-left {position: relative!important; width: 100% !important; }
#jp-left .inner { position: relative; top: 0px; left: 0px; margin: 0px; width: 100%!important; padding: 50px 0; text-align: left; height: auto; }
#jp-right { position: relative; width: 100%!important; margin: 0px auto!important; height: auto; }
}
@media all and (max-width: 480px) {
#jp-right { width: 100%; }
}
Attachment small.jpg not found
www.joomlaplates.de/dokumentation.html
Attachments:
Please Log in or Create an account to join the conversation.
Many thanks in advance
Torsten
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.