Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #83184
    andrewf90
    Member

    Hey, guys!

    I noticed that when you view my site in the mobile version where the footer widgets get stacked upon each other that the columns do not align properly. I read about this being a problem with a different Catch Themes theme, and it got fixed. Any ideas how I might be able to implement a fix for this?

    Here’s the site url: http://goo.gl/49Mbeo

    Here’s an image of the problem I have: http://snag.gy/o2CO9.jpg

    Thanks again, everyone!

    #83208
    Mahesh
    Keymaster

    Hi @andrewf90,

    For above issue, please add the following CSS in “Dashboard=> Appearance=> Theme Options=> Custom CSS” box:

    @media screen and (max-width: 480px) {
    	#supplementary.three #second.widget-area {
    		margin-left: 0;
    	}
    }

    Regards,
    Mahesh

    #83248
    andrewf90
    Member

    Worked like magic!

    A big thanks for all your help!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mobile Footer Widgets Not Aligning’ is closed to new replies.