Adding social media icons on top bar or header

  • Author
    Posts
  • #3260

    Andrew Misplon
    Keymaster

    Hi Christine

    Thanks for your support, it’s most appreciated.

    Social icons can be added to any of Ultra’s menu locations. Please, see the following post on how to do that: https://purothemes.com/documentation/general-wordpress/social-icons-menus/. Video included 🙂

    The footer splits widgets into equal columns as you add them. So for example, if you added four widgets the footer would be split into four columns, each 25% wide.

    If you’d like the text in your first two widgets to be center aligned, try the following:

    1. If you don’t already have a Custom CSS plugin installed, go to Plugins > Add New and search for Simple Custom CSS. Install and activate.

    2. Go to Appearance > Custom CSS and insert the following:

    /* Footer */
    .site-footer aside:nth-of-type(1),
    .site-footer aside:nth-of-type(2) {
    	text-align: center;
    }

    Hope that helps 🙂

    #3273

    Andrew Misplon
    Keymaster

    Topic closed via email.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Scroll to top