Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #446730

    Hi,
    on the page below I use 4 iconboxes side-by-side. But when I use a displaywidth smaller then 1150px, the iconboxtitle disappears bit by bit. Do you have a solution how the title is seen until 320px width?

    Thank you very much for your help!

    Regards,
    wordmax

    #447568

    Hi wordmax!

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

    @media only screen and (min-width: 768px) and (max-width: 1180px) {
    .page-id-3532 .responsive #top #wrap_all .av-flex-cells .no_margin {
      width: 50% !important;
    }
    }

    Best regards,
    Rikard

    #447719

    Hi Rikard,
    thank you for your answer. Maybe I do something wrong, but I inserted the code to Quick CSS but
    theres is no effekt. Please have a look here http://goo.gl/Kl2S99

    Thank you!
    Regards,
    wordmax

    #448148

    Hi!

    You can try this:

    @media only screen and (min-width: 768px) and (max-width: 1180px) {
    .page-id-3532 .av-flex-cells .no_margin.av_one_fourth {
      display: block;
      margin: 0;
      height: auto !important;
      overflow: hidden;
      width: 100% !important;
    }}

    Regards,
    Ismael

    #449071

    Hi Ismael, hi Rikard
    now it works perfectly.
    Thank you very much for your help!
    Regards,
    wordmax

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Iconbox-Responsivity for the Boxtitle with 4 iconboxes side-by-side.’ is closed to new replies.