How to fix social icons in top bar menu?
They are showing on the left side: https://i.imgur.com/meXRErF.png
Instead of selecting everything perfectly.
Hi,
If that social icons are set in top bar on a header template please check these settings -> http://prntscr.com/piyo1p if you are using a default header, then you’ll need to use custom css to change the position for the social icons.
Thank you!
Hi,
If you are referring to author page, the you’ll need to edit this file -> wp-content/plugins/td-composer/legacy/Newspaper/parts/page-author-box.php
-> http://prntscr.com/pjw6yf -> http://prntscr.com/pjw6o6 -> http://prntscr.com/pjw6ce
Thank you!
Can you please check here : https://www.mustips.com/ this happened again đ Social icons
-
This reply was modified 6 years by
usman.
Hi,
That is because you are not longer using a cloud header, now you are using the header style 5 -> http://prntscr.com/pm2rlx or you can use this custom css ->
.tdc-header-wrap .td-header-style-5 .td-header-sp-top-widget {
float: right;
}
-> http://prntscr.com/pm2t0t
Thank you!
Hello !
You can use the Cloud Library headers by following our documentation regarding it: https://forum.tagdiv.com/header-manager/
Thank you !