Mobile footer off center

Discussion in 'Dzonia WordPress Theme' started by endgamepr, Feb 24, 2016.

  1. endgamepr

    endgamepr New Member

    Joined:
    Apr 6, 2012
    Messages:
    20
    Likes Received:
    0
    Hi there,

    The footer on the mobile version of my site isn't centered. I'm very familiar with Wordpress, but I'm learning about editing responsive themes and I can't quite figure out how to fix it. Any suggestions?

    Here's my URL: www.endgamepr.com

    Thanks!
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 480px){
    .footer_wrapper .footer .widget_inner {
        margin-right: 0;
    }
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. endgamepr

    endgamepr New Member

    Joined:
    Apr 6, 2012
    Messages:
    20
    Likes Received:
    0
    That didn't quite do it, but I managed to make it centered when I added "margin-left: 25px;" to what you suggested. Thank you.
     
  4. nitin

    nitin Guest

    Hope you are doing good....!

    I really appreciate your efforts in exploring the things and sharing your knowledge here.

    It seems that you have resolved your issue by your own.

    Let me know if you have further doubts so that I can assist you.

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page