Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1119966

    Hello
    Some elements aren’t so good on mobile phone. It’s nice on a computer I would like to change some aspect of a “grid row” but only for mobile phone.

    It’s possible?

    On the cell of a grid row, I would like to have : (look at the image)

    This is what I want that CSS for mobile :
    {
    height: 1000px;
    min-height: 1000px;
    background: url(https://les-cieux.fr/wp-content/uploads/2019/06/2019-05-26-11.09.09-1-728×1030.jpeg) top center no-repeat scroll;
    background-size: auto;
    vertical-align: top;
    padding: 30px;
    }

    and this CSS for normal mode (Computer, Ipad …)

    {
    height: 1000px;
    min-height: 1000px;
    background: url(https://les-cieux.fr/wp-content/uploads/2019/06/2019-05-26-11.09.09-1-728×1030.jpeg) top center no-repeat scroll;
    background-size: auto;
    vertical-align: top;
    padding: 30px;
    }

    Hope it’s possible !

    Thanks guys ! I love your theme

    • This topic was modified 5 years, 4 months ago by Cthulhus.
    #1120022

    Hey Cthulhus,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1120027

    Yes of course, the link is :

    On mobile, the photos under the top silder aren’t good. So I would like to change the behavior of those pictures but only for mobile (or for small screens resolution). Please have a look at the image bellow, is what I would like :

    Thanks

    #1120250

    Hi Cthulhus,

    The css you posted above is the same. Do you have a mockup of what you’re trying to achieve?

    Glad you enjoy using Enfold :)

    Best regards,
    Victoria

    #1120259

    Yeah I saw that for the same CSS my bad.

    Go to the web site : http://les-cieux.fr/ and look the website on a large screen and you’ll that that all is nice. I love that page.
    but now look the website on a mobile phone screen and scroll a bit down and you’ll see that the pictures of grid row.

    The images fill the entire screen well but we see only a small part (the center part). I would like under Mobile the image is displayed in full. (like we can have if we select the setting from this image :

    I gave you the admin access on the other topic, so you can access if you need.

    Thanks and sorry for my English.

    #1121020

    Hi,

    can u provide the access here also?

    Best regards,
    Basilis

    #1121552

    Of course, here we go

    Thanks :)

    #1122596

    Hi,
    Sorry for the late reply, for mobile please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 766px) { 
    #top.home .av-layout-grid-container .flex_cell.avia-builder-el-first,#top.home .av-layout-grid-container .flex_cell.avia-builder-el-last {
        background-size: contain !important; 
    }
    #top.home .av-layout-grid-container .flex_cell.avia-builder-el-3,#top.home .av-layout-grid-container .flex_cell.avia-builder-el-8,#top.home .av-layout-grid-container .flex_cell.avia-builder-el-13 {
    min-height: 100px !important;
    }
    #top.home .av-layout-grid-container .flex_cell.avia-builder-el-10,#top.home .av-layout-grid-container .flex_cell.avia-builder-el-2,#top.home .av-layout-grid-container .flex_cell.avia-builder-el-7,#top.home .av-layout-grid-container .flex_cell.avia-builder-el-12,#top.home .av-layout-grid-container .flex_cell.avia-builder-el-15,#top.home .av-layout-grid-container .flex_cell.avia-builder-el-5 {
    min-height: 600px !important;
    }
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    #1122647

    Thanks Mike ! It’s perfect now on mobile !

    Again thanks for your help and support !

    All the best

    #1122672

    Hi,

    Great, I’m glad that Mike could help you out and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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