Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter ggdesigns

    (@ggdesigns)

    The best I’ve been able to come up with is applying a margin percentage for several different screen sizes but this is not the cleanest solution. Is there still no way to center these icons? Anyone? Please?

    Plugin Author Lucy Tomas

    (@lucymtc)

    Hi ggdesigns,
    Sorry for the delay of this answer.
    Try to add the following code in your theme style.css file.

    .sfmsb-follow-social-buttons{
    	text-align: center;
    }
    
    .sfmsb-follow-social-buttons a{
    	display: inline;
    	float: none;
    }
    Plugin Author Lucy Tomas

    (@lucymtc)

    Sorry, just additional note, you should add that css in a media query for your mobile screen.

    Thread Starter ggdesigns

    (@ggdesigns)

    I appreciate you trying to help but that didn’t work. The site went live a while back so I just came up with a margin right solution that is working but not the best solution for mobile responsiveness…which is why I needed the centering. I have several media queries to make it work on all screen sizes for now. I wish there was a better solution for this though!

    https://algiersurgentcare.com/

    akedv

    (@ak71)

    lucymtc, thanks, it did work for me ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘centering icons for mobile view’ is closed to new replies.