Center Social Icons in Mobile View

Hello i am using travelify and very satisfied with it. I´s ve just centered logo on mobile but social icons are right sized creating a awful design. How can i center social plugins in travelify theme in mobile only?

Here is my site: www.temperou.com.br

Hi @temperou,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options


@media only screen and (max-width: 767px){
#branding .hgroup-right {
    float: none;
    margin: 0 auto;
    display: table;
}
}

Best Regards,
Movin

Perfect.Amazing

Very good. Thanks

You are most welcome here :slight_smile: