Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #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,
    Jonathan

    #263696
    This reply has been marked as private.
    #264048

    Screenshots 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?

    #264218

    Hey 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,
    Jonathan

    #264410

    Hey!

    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,
    Ismael

    #264439

    Thanks Ismael, this moved some of them back but not all. Please advise. Thank you!

    #264476

    Updated screenshot: http://i.imgur.com/dRFZ7Ay.png

    #264767

    Also, 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?

    #265142

    Are 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!

    #265516

    Hey!

    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!
    Yigit

    #265519

    Hi 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?

    #265522

    Hey!

    Yes, basically decreasing left margin value would line all columns up

    Regards,
    Yigit

    #265523

    Ok 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; }
    
    }
    #265524

    If 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?

    #265527

    Hi!

    No, i checked your website and it works fine with the code added

    Cheers!
    Yigit

    #265531

    Yigit, 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! =)

    #265536
    This reply has been marked as private.
    #265537

    Hey!

    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,
    Yigit

    #265540

    Worked, thank you sir!!!

    #265548

    Hi!

    You are welcome sir! Always glad to help :)

    Cheers!
    Yigit

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Footer Column Layout’ is closed to new replies.