Christine Lecavalier Mar 23, 2016 · 11:00 pm #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
Andrew Misplon Puro Mar 24, 2016 · 9:03 am #3260 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: http://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 🙂