Tagged: andy
-
AuthorPosts
-
April 18, 2016 at 6:22 am #616054
Ahoy –
How do I get these elements to not have the padding when in the mobile view?
https://www.dropbox.com/s/fiipla24e5yyz82/Screenshot%202016-04-17%2021.19.05.png?dl=0
I added some padding in the edit column area so things are centered in desktop view but for mobile they get all janky – I dont want these elements applied to mobile.
FAMILIES WITH YOUNG CHILDREN
https://www.dropbox.com/s/xes3m230eompts9/Screenshot%202016-04-17%2021.20.34.png?dl=0COUPLES
https://www.dropbox.com/s/cvqxovsgrymp0ol/Screenshot%202016-04-17%2021.21.13.png?dl=0Please advise
April 19, 2016 at 6:54 am #617134Hey mcraig77,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) { .home .avia-builder-el-22 { 0px 15px 0px 0px !important; } .home .avia-builder-el-24 { padding: 0px 90px 0px 0px !important; } }
Regards,
RikardApril 19, 2016 at 7:45 am #617173Ahoy – I added that code and things still look off. Please advise.
April 21, 2016 at 5:13 am #618867Hi,
Send us admin login details in private and we’ll do it for you.
Best regards,
RikardApril 21, 2016 at 6:13 am #618911Hi there
Attached. I had to make a copy of the page bc my client need this fixed before it goes live – so please make changes the page Home-copy page below
April 25, 2016 at 10:15 am #621127Hi!
use this code inside of Quick CSS field:
.flex_column.av_one_half.av-animated-generic.bottom-to-top.flex_column_div.first.avia-builder-el-22.el_after_av_one_third.el_before_av_one_half.column-top-margin.avia_start_animation.avia_start_delayed_animation { padding-left: 0px !important; } .flex_column.av_one_half.av-animated-generic.bottom-to-top.flex_column_div.avia-builder-el-24.el_after_av_one_half.avia-builder-el-last.column-top-margin.avia_start_animation.avia_start_delayed_animation { padding-left: 0px !important; padding-right: 0px !important; }
Best regards,
AndyApril 25, 2016 at 10:16 am #621128Hey!
ah sorry, as it is for mobile only, use this code instead:
@media only screen and (max-width: 736px) { .flex_column.av_one_half.av-animated-generic.bottom-to-top.flex_column_div.first.avia-builder-el-22.el_after_av_one_third.el_before_av_one_half.column-top-margin.avia_start_animation.avia_start_delayed_animation { padding-left: 0px !important; } .flex_column.av_one_half.av-animated-generic.bottom-to-top.flex_column_div.avia-builder-el-24.el_after_av_one_half.avia-builder-el-last.column-top-margin.avia_start_animation.avia_start_delayed_animation { padding-left: 0px !important; padding-right: 0px !important; }}
Regards,
AndyApril 25, 2016 at 7:27 pm #621610Just tried that – and this is how it looks on my phone…
I’m using android and chrome…
Please Advise
April 26, 2016 at 5:58 am #621893Hi!
please add the below CSS in Quick CSS to make it look like the screenshot in private
@media only screen and (max-width: 500px) { .iconbox_left_content .iconbox_content{ display: block!important; clear: both!important; }}
Best regards,
VinayApril 26, 2016 at 6:14 am #621898Ahoy –
Unfortunately I’ve added that code and it still doesn’t work… Things still look the same…
April 26, 2016 at 1:00 pm #622081Hey!
it looks like this for me on mobile:
So everything seems to be fine now for me. Please clear browser cache and refresh a few times. Check on another mobile device as well.
Regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.