Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #431062

    hi there

    thanks for ongoing updates and support, absolutely a 5-star service :)

    Question. for this website, the testimonials grid and icon boxes on the homepage do not show up properly on my iphone. Instead of on top of each other, what I’d expect, they still are being shown next to each other which makes them unreadable.

    Do I need to change settings for these elements, or add some CSS?
    Pls advice

    the website is http://cafestylespeedtraining.com

    thanks
    Hans

    #431729

    Hi hansrothem!

    I see your problem, please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    .page-id-2386 .avia-builder-el-22, .page-id-2386 .avia-builder-el-23, .page-id-2386 .avia-builder-el-24{
    width:100% !important;
    }
    }

    Cheers!
    Rikard

    • This reply was modified 9 years, 7 months ago by Rikard.
    #432497

    Thanks Rikard!

    It did have an effect; the first of three boxes now shows up fine. The other two still show up next to each other, unreadable. Also the testimonial box (grey background) is not good yet.

    Any other suggestions?

    #433237

    Hi!

    Sorry about that, please try this instead:

    @media only screen and (max-width: 767px) {
    .page-id-2386 .avia-builder-el-22, .page-id-2386 .avia-builder-el-25, .page-id-2386 .avia-builder-el-28{
    width:100% !important;
    }
    }

    Regards,
    Rikard

    #433369

    thanks Rikard – no worries
    still doesn’t seem to work; shall I create admin account for you?

    #433373

    Sorry Rikard – the icon boxes now show up good, thanks for that

    The testimonial box not really, very small underneath each other.
    Also the two columns at the end still show up next to each other.

    Any suggestions for those?
    http://cafestylespeedtraining.com

    #433409

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 768px) {
    #top .no_margin.av_one_third {
      width: 100%;
    }}

    Cheers!
    Yigit

    #433654

    thanks Yigit, now the testimonials look perfect :)

    #433683

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 768px) {
    div .av_one_half {
      margin-left: 0;
      width: 100%;
    }}

    Regards,
    Yigit

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