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
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
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
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
Hi Ismael, hi Rikard
now it works perfectly.
Thank you very much for your help!
Regards,
wordmax