• Resolved lenschith

    (@lenschith)


    Hi There,

    I would like to center all widget/text in the footer. I have found many threads but no one works. Now I have insert the follow code into the customizer css:

    #sidebar-footer .sydney_contact_info_widget div {
        text-align: center !important;
    }
    #sidebar-footer.widget-area .widget {
        text-align: center !important;
    }

    On Desktop it works but on Mobile is nothing center. I have insert the follow code into style.css but on mobile nothing is center.

    @media only screen and (max-width: 768px){
      .footer-widgets, .footer-widgets .sidebar-column {
        text-align: center;
      }
    }

    Can you help me?

    Thanks
    Lenschi

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    I checked your site’s footer and found it’s already centered. See the below screenshot:

    Tangkapan Layar 2019 01 23 pada 06 23 59

    Doesn’t it what you want?

    Regards,
    Kharis

    Thread Starter lenschith

    (@lenschith)

    Thanks for your fast responds,
    yesterday I have tested but it dosn’t work. Today it work great.

    Regards
    Stefan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Align Footer Widgets on Mobile’ is closed to new replies.