Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #450603

    Hi!

    I’ve created a front page with two colour sections that fit snugly on desktop, but drift on mobile. The central image also gets overlapped as the site degrades – please help!

    Thanks

    Simon

    #450758

    Hi Simon!

    Are you wanting the text and the image of the lady to stay in two rows as the screen gets smaller? That might look kind of scrunched up on small phone screens. You could try using the grid row element and set the image of the lady as a background of the cell and then set the background position to the bottom so it stays aligned to the next color section. On small screens though it’s probably going to look scrunched up.

    Best regards,
    Elliott

    #452229
    This reply has been marked as private.
    #452360

    Hey!

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    .page-id-497 .el_after_av_three_fifth {
    margin-top: 80px !important;
    }
    }

    Cheers!
    Rikard

    #452737

    Hey Rikard,

    thanks – the signature is now showing; finally – how do I close that annoying white gap between the blue section and the bottom of my client’s skirt? ;-)

    best

    Simon

    #452756

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 768px) {
    .home .avia-builder-el-5 {
      margin-bottom: 0!important;
    }}

    Best regards,
    Yigit

    #452886

    Perfect. Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Mobile: Colour sections drifting apart/images hiding’ is closed to new replies.