This topic has 10 replies, 3 voices, and was last updated 7 years, 4 months ago ago by Olga Barlow
Hi, I just updated to WP 4.8 and XStore 3.16.2, then I edited my text in the ‘left side top bar area’ via the widget. But now the text has lost all its formatting and does not match the font, size and weight in the right side top bar area.
I’ve tried deleting the widget content and recreating it, but the issue persists.
Can you help please? Thanks.
Also, I just noticed that the main menu is now off-centre, definitely also since the updates.
Thanks!
main menu is now off-centre
– disable the secondary menu in,
8theme options >> general >> secondary menu >> off
to check the other issue we want your wp-admin login details..
the details you provided not working now.
if that does not work select the position for menu here : 8theme options >> styling >> navigation >>
Menu links align >> center
Many thanks for your speedy response. Please see revised credentials below.
Switching off secondary menu does centre the menu, but I do require the secondary menu, so that’s not a solution.
Resetting the menu alignment as you suggest has no effect, it’s still off-centre.
but I do require the secondary menu, so that’s not a solution.
– if you enable it, you have to create and set secondary menu too.
– then only the main menu will be aligned center
– I’ve created a test secondary menu and set it.. now your main menu is aligned center left to the secondary menu
– update and edit the secondary menu I created as you want.
size and weight in the right side top bar area.
– put following css in 8theme options >> styling >> custom css >> global custom css
.languages-area .topbar-widget p { line-height: 2.86rem; font-size: 0.86rem; font-weight: normal; }
Brilliant, both solutions work perfectly.
Thank you very much for your very speedy assistance!
For anyone else viewing this topic with the same issue, I also had to add 3px padding-top to get the left and right side top bar areas to match exactly, so the full code is:
.languages-area .topbar-widget p { padding-top: 3px; line-height: 2.86rem; font-size: 0.86rem; font-weight: normal; }
Hello,
We are glad that our answer was helpful. Feel free to ask if you need any other help.
Regards
The issue related to '‘Left side top bar area text formatting lost’' has been successfully resolved, and the topic is now closed for further responses