Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #549583

    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 :-)

    • This topic was modified 8 years, 11 months ago by Blaahval.
    #549704

    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

    #549721

    Hi Yigit,

    Once again thanks a lot for your help. Your solution seems to work perfect! :-)

    Kind regards!

    #549736

    Hi!

    You are welcome, glad we could help : )
    Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Make page 1 column at certain resolution?’ is closed to new replies.