Horizontal Align on Responsive

How do I get the social icons on the middle section to align horizontally and not stacked on mobile? http://coryfeigen.com/

Comments

  • Hi,
    It's not easy with CSS because this column have a name like rest of them.
    If you want, you can do a separate section for mobile and desktop.
    Just after your section is done, please edit it and on the bottom you'll have this option:
    Set it which section do you want on which device.
    Thanks
  • Ok, but how do I set it up differently that they are horizontal for mobile?
  • You inserted them like image, so it'll be not easy still.
    If you'll declare CSS ' float:left ' for each of them it should be horizontal or put them in 1/6 wraps for mobile.
    For sure you have to disable this hover effect(on mobile), because it's giving them a 100% width.
    Cheers
Sign In or Register to comment.