-
AuthorPosts
-
May 13, 2014 at 2:41 am #263695
Hi guys!
Has there been a recent change to how footer responsiveness is handled? On the second from smallest mobile view the placement of my 4 columns is now 2 above and 2 below instead of side by side. I’ll include links to live and staging (after theme update) below so you can see.
Is this intentional? Is it possible to have it display as it is on the current live site?
Many thanks,
JonathanMay 13, 2014 at 2:41 am #263696This reply has been marked as private.May 13, 2014 at 5:03 pm #264048Screenshots as follows for your convenience:
Pre-update (the way I’d like the footer if possible): http://i.imgur.com/g8djNoK.png
Post-Update: http://i.imgur.com/yVN7Z5Q.png
Was this something within the theme version that changed how the footer responsiveness is handled?
May 13, 2014 at 9:08 pm #264218Hey guys,
Just wondering if any chance someone can look at this asap – I have an article coming out in the coming days that will be sending a lot of traffic and I’d love to go live with your latest and greatest version! =)
Thanks,
JonathanMay 14, 2014 at 3:14 am #264410Hey!
Thank you for using the theme!
Please add this on Quick CSS or custom.css to revert the changes back to your default css settings:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .av_one_fourth.first.el_before_av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth, .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth, .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth + .av_one_fourth, .responsive .avia-content-slider-inner .av_one_fourth { margin-left: 4%; width: 22%; float: left; clear: none !important; } .responsive .av_one_half.first + .av_one_fourth, .responsive .av_one_half.first + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_half { margin-top: 0; } }
Regards,
IsmaelMay 14, 2014 at 4:11 am #264439Thanks Ismael, this moved some of them back but not all. Please advise. Thank you!
May 14, 2014 at 5:28 am #264476Updated screenshot: http://i.imgur.com/dRFZ7Ay.png
May 14, 2014 at 5:10 pm #264767Also, what was the reason for the change in how the footer is handled? Am I going to have any issues by putting it back to how it looked before with your code?
May 15, 2014 at 7:19 am #265142Are you guys missing this thread? Sorry to be a pain but it’s frustrating to wait so long especially when almost fixed. Thanks for helping with this!
May 15, 2014 at 9:45 pm #265516Hey!
Sorry for late response Jonathan! It seems like you have already figured it out on your live site – http://i.imgur.com/8PTlXqm.png
For stating, please add following code to Quick CSS@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth { margin-left: 3%!important; }}
Cheers!
YigitMay 15, 2014 at 9:49 pm #265519Hi Yigit, nope the live site isn’t using the latest version yet… please use the staging site.
So I just add the code you mentioned to the code Ismael gave me above?
May 15, 2014 at 9:52 pm #265522Hey!
Yes, basically decreasing left margin value would line all columns up
Regards,
YigitMay 15, 2014 at 9:54 pm #265523Ok thanks, I just don’t understand any of the code. So I’ll put the following into custom.css.
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .av_one_fourth.first.el_before_av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth, .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth, .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth + .av_one_fourth, .responsive .avia-content-slider-inner .av_one_fourth { margin-left: 4%; width: 22%; float: left; clear: none !important; } .responsive .av_one_half.first + .av_one_fourth, .responsive .av_one_half.first + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_half { margin-top: 0; } .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth { margin-left: 3%!important; } }
May 15, 2014 at 9:55 pm #265524If any issues with the above just let me know. Also, how come the layout for the footer of this size was changed? Will I have any problems by forcing it back to how it was with this code?
May 15, 2014 at 9:57 pm #265527May 15, 2014 at 10:00 pm #265531Yigit, I just added the code to the staging site and it’s still not working. Please look – and thank you for the prompt help it will be nice to have this fixed so I could go live with the latest theme! =)
May 15, 2014 at 10:05 pm #265536This reply has been marked as private.May 15, 2014 at 10:05 pm #265537Hey!
Please replace the code i posted with following one
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive #footer .av_one_fourth { margin-left: 3%!important; }}
Regards,
YigitMay 15, 2014 at 10:08 pm #265540Worked, thank you sir!!!
May 15, 2014 at 10:13 pm #265548 -
AuthorPosts
- The topic ‘Footer Column Layout’ is closed to new replies.