Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter htb

    (@halinasplace)

    https://imagery.halinasplace.com.au/contact/

    for example – samsung galaxy 4

    Plugin Author anurag722

    (@anurag722)

    You can add the following to your style.css, and play around with % to get the right view.
    For me this setting worked.

    .alcud-container {
      width: 85%!important;
    }
    
    .alcud-row .col-lg-6 {
      width: 40%;
    }

    Although, for me the block opened good enough in Samsung S4, if you could provide me a reference image, I could help you better.

    Thread Starter htb

    (@halinasplace)

    this worked a treat….thanks

    .alcud-container {
    width: 85%!important;
    }

    .alcud-row .col-lg-6 {
    width: 40%!important;
    }
    @media screen and (max-width:720px){
    .alcud-row .col-lg-6 {
    width: 89.5%!important;
    }}

    Plugin Author anurag722

    (@anurag722)

    It’s a pleasure. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘mobile responsivness’ is closed to new replies.