Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #437116

    Hello

    I insert this code to change icons size
    .iconbox_top .iconbox_icon { font-size: 40px!important; height: 35px; width: 35px; line-height: 30px; top: -20px; }
    .iconbox .iconbox_content .iconbox_content_title { margin: 5px 0 6px 0; }
    .iconbox_top .iconbox_content { margin-top: 20px; }
    But icons are not centered on the circles.
    Can circles centered to symbols?

    link: test.psprint.gr

    #437747

    Hey petrosgr!

    Please add following code to Quick CSS as well

    .iconbox_top .iconbox_icon:before {
      left: -4px;
      position: relative;
    }

    Best regards,
    Yigit

    #438507

    Thanks Yigit it works! Can you tell me a code for circle centered with the border behind?

    #438545

    Hi!

    Please add following code to Quick CSS as well

    .iconbox_top .iconbox_icon { left: 45%; }

    Best regards,
    Yigit

    #438635

    Thanks Yigit it works but on mobile version text it’s not centered with circle

    #439268

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 580px) {
    .iconbox_top .iconbox_icon {
      left: 49%;
    }}

    Best regards,
    Yigit

    #439340

    It’s working! Thanks Yigit!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘IconboxIcon Centered symbols’ is closed to new replies.