• Resolved barnez

    (@pidengmor)


    I’m trying to centre align a horizontal row of icons in a sidebar (see here, top right, above “The proofreading process”). I can center them with padding, but that only works for a particular screen size. Have tried lots of off the shelf css but nothing seems to work. Any ideas???

Viewing 2 replies - 1 through 2 (of 2 total)
  • Us this at the bottom of your stylesheet:

    .sfsiplus_norm_row {
      position: relative !important;
      margin: 0 auto !important;
      text-align: center !important;
      float: none !important;
    }
    Thread Starter barnez

    (@pidengmor)

    That’s nailed it. I was on the right track with the selector and some of those rules, but the combination & !importamt tags have sealed the deal ??

    Many thanks Pioneer!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS center align of icons in sidebar’ is closed to new replies.