Adding social media icons on top bar or header

  • Author
    Posts
  • #3259

    Hello,

    I’m using the Ultra premium template – I like it very much. I need you help on :
    – How do I add social media icons on the top bar or in the header.
    – In the footer area, my widgets are not well aligned – how can I correct this.

    my web site is: http://www.parotina.com

    Thank so much

    #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 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Scroll to top