Tagged: mobile, responsive
Hallo,
ich bräuchte einen passenden Tipp, wie ich den Inhalt meiner Seite bei 1050px so darstelle, wie es auch auf dem Telefon dargestellt wird.
Das Menü passt, allerdings die Elemente/ Inhalt leider nicht. Die ziehen sich erst zusammen und ab ~ 750px wird es untereinander, wie bei dem Telefon, dargestellt. Es muss aber schon bei ~1000px passieren.
Beste Grüße,
Florian
Hallo Florian,
Could you post a link to where we can see the results you are getting please? If you have screenshots of the problems then that would help too.
LG,
Rikard
Hi,
Thanks for the update and the link, so you want all 1/3 elements to span 100% of the width at 1050 pixels?
Best regards,
Rikard
Hey! :)
Yup! But not only these 3 – 1/3 elements. I need the complete page has to change from about ~ 1050px to this 100% width view.
Hi SimonSchroeder,
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:1051px){
#top.home #av_section_1 .no_margin.av_one_third {
width: 100%;
display: block;
margin-bottom: 30px
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey Victoria,
Thanks for your feedback! :)
This code helped. The fine adjustment I do myself.
Thanks again and have a nice day.
Best regards
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon