Tagged: responsive
-
AuthorPosts
-
October 23, 2018 at 9:20 am #1025282
I am part way through a build and can see that the site (when viewed on tablets) does not go responsive.
Columns are still present and it looks pretty bad…
What CSS do I need to tell the site to hit responsive at (let’s say) 1280px ?
Your help is ALWAYS appreciated!
-
This topic was modified 7 years ago by
whdsolutions.
October 23, 2018 at 3:43 pm #1025477I have added
@media only screen and (max-width: 990px) {
.flex_column { width: 100% !important; margin-left: 0 !important; }}This does nothing!!!
October 24, 2018 at 9:04 am #1025826Can anyone help with this?
All help is appreciated.
October 24, 2018 at 3:53 pm #1025948Hi whdsolutions,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
VictoriaOctober 24, 2018 at 4:05 pm #1025956I just want the columns to be underneath each other at 1280px – how to do this
October 24, 2018 at 6:16 pm #1026030Hi did you solve it? i have exactly the same problem. Thank you
October 25, 2018 at 9:02 am #1026229No – I need this fixing today as my client is getting very agitated by this!
October 27, 2018 at 2:57 pm #1027035Hi whdsolutions,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width:990px) and (max-width: 1280px) { .page-id-13 #av_section_4 div .av_one_half.flex_column.avia-builder-el-40, .page-id-13 #av_section_4 div .av_one_half.flex_column.avia-builder-el-45 { width: 100%; } }If you need further assistance please let us know.
Best regards,
VictoriaOctober 29, 2018 at 10:28 am #1027426Thank you!
October 29, 2018 at 6:04 pm #1027679Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
This topic was modified 7 years ago by
-
AuthorPosts
- The topic ‘Responsive sooner’ is closed to new replies.
