Hi,
I hope this question makes sense. I have an Enfold site with responsive layout enabled in settings.
At the moment if I have a 1/2 + 1/2 section, when the site comes below 768px in width the site changes into two 1/1 + 1/1 layout stacked on top of each other for better mobile viewing. This is exactly what I want, but is it possible to make this happen at 990px instead of 768px so it also does it on tablets? Or will this require a complete re-doing of the entire theme?
I’ve tried to look in the source codes but I can’t really figure out where the layout change is triggered.
Let me know if there is a general solution or if you need login to the specific site!
Regards :-)
Hi Blaahval!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
.av_one_half { width: 100% !important; margin-left: 0 !important; }}
Best regards,
Yigit
Hi Yigit,
Once again thanks a lot for your help. Your solution seems to work perfect! :-)
Kind regards!