Widgets alignment

  • Unknown's avatar

    Hello,

    Is it possible to reduce the distance between the verrticale about.me widgets (foother right 1) and follow me (Foother right). Also, I would like the social media icons are more spaced-between them. For that is the same width as the wordpress boutton below,

    Thank you!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, the following will allow you to adjust the spacing on the social media icons at top left in the footer. Originally the spacing was 4px. 5px of right margin seems to make them the same width as the follow button below.

    #am_services a.am_service_icon {
        margin-right: 5px !important;
    }

    On the widget spacing, I see you have added some CSS for that. Is it now looking as you would like it?

  • Unknown's avatar

    Hello Master Yoda CSS,

    This is perfect for the width between the different social media icons that are in the left footer of the widget (1). However, I would like the Follow WordPress widget in the left footer or (2) above. In other words, it is closer to social media icons. So, it would reduce the distance between two widgets left footer.

    A +

  • Unknown's avatar

    Heh.. Master Yoda CSS… I like that. :)

    Give the following a try to tighten up the spacing on the left side widgets. I’ve targeted the two top widgets on that side to make the spacing between all three the same. See what you think, and you can adjust the 30px value as you desire.

    #aboutme_widget-3, #follow_button_widget-4 {
        margin-bottom: 30px;
    }
  • Unknown's avatar

    Hello,

    With a few adjustments to your proposal, it works perfectly.

    Thank you a lot!

  • Unknown's avatar

    Super, and you are welcome.

  • The topic ‘Widgets alignment’ is closed to new replies.