Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1057910

    Hello,

    I have a display problem between a computer and a smartphone.
    My page is divided in 2 vertically. Title on the left and picture on the right. Next line : Title on the right, image on the left, …

    On computer (it’s OK) :
    (it’s OK)
    A (title) – B (picture)
    B (image) – A (title)
    A (title) – B (picture)
    B (image) – A (title)

    On smartphone:

    A (title)
    B (image)
    B (image)
    A (title)
    A (title)
    B (image)
    B (picture

    Is it possible to have this combination:

    A (title)
    B (image)
    A (title)
    B (image)

    + Center Title?

    I put the link of the site in hidden.

    Thank you in advance for your help.

    Have a good day.

    #1058211

    Hey edwinbaes,

    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:767px){
        .home #av-layout-grid-2, .home #av-layout-grid-4 {
            display: flex;
            flex-direction: column-reverse;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1058227

    Hello again Victoria,

    It works very well too. Thank you very much for your quick help.

    To align the text on mobile. is it possible ?
    The title is pasted at the top.

    Thanks in advance.

    Beautiful day

    #1058669

    Hi edwinbaes,

    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 (min-width: 480px) and (max-width:767px) {
         .responsive #top.home #wrap_all .av-flex-cells .no_margin .flex_cell_inner {
            padding-top: 20vw;
        }
     }
    
    @media only screen and (max-width: 479px) {
        .responsive #top.home #wrap_all .av-flex-cells .no_margin .flex_cell_inner {
            padding-top: 20vh;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1058677

    Re,

    Yes, it works properly.

    Again thank you very much for your help!

    #1058894

    Hi edwinbaes,

    Glad we got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.