Tagged: image, layout, responsive
Hi the team !
Actually on this page, when I am on smartphone (640x960px), it displays only one column. So only one watch appears in the first line : http://www.dual-time.fr/montres-audemars-piguet/
I’d like to see 2 watches in the first line when I am on smartphone. Is it possible ?
(P.S : when I am in a 768px resolution, it’s ok, I have 2 watches in the first line)
Thanks for your help !
Omar,
Hi omardualtime!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 769px) and (min-width: 481px) {
.av_one_fourth {
width: 50%!important;
}}
Best regards,
Yigit
It works great !
Thank you Yigit !
Omar