hello,
I check my website in tablet and phone. Works but an issue in tablette vertical
full screen : http://awesomescreenshot.com/07d2wgh173
tablet in vertical : http://awesomescreenshot.com/0332wgh2bf
this is 4 image of each 1/4
Don’t understand why the 2nd line is smaller
An idea ? Thanks
regards
Hi,
Can you post the link to your website please?
Regards,
Josue
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) and (min-width: 768px) {
div .av_one_fourth {
margin-left: 2%;
width: 48%;
}}
Cheers!
Yigit
thanks ! works perfect but declare an other small bug : same page, the logo slider is not anymore in the middle when tablet in vertical mode
construction : 1/4 blank – 1/2 slider – 1/4 blank
thank you very much for help
regards
Hi!
Change the code to:
div .av_one_fourth.column-top-margin {
margin-left: 2%;
width: 48%;
}}
Regards,
Josue
perfect !
thanks a lot
You are welcome, always glad to help :)
Regards,
Josue