Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1116050

    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

    #1116212

    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

    #1116705
    This reply has been marked as private.
    #1116939

    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

    #1116981

    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.

    #1117137

    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

    #1117363

    Hey Victoria,
    Thanks for your feedback! :)

    This code helped. The fine adjustment I do myself.

    Thanks again and have a nice day.

    Best regards

    #1117438

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Content bei 1050px Mobil wechseln’ is closed to new replies.