I have a problem with adding some links into my sidebar navigation. When I add an regular link to google as example or using an anchor link, my SVG / text always moves to the left.. Can someone help me with this? Here is my file.
I’ve taken a look at your project and it seems you have javascript:void(0) applied as a link to all the outer flex items. Not sure why this is, perhaps you are using a project you purchased from a third-party?
Anyway, if you wrap a link within a link site layouts will break as it’s not correct markup.
Remove the javascript:void(0) link from around the flex and your text links will work!
as this is one of the fleXon sidebars an additional answer from me. You should use the Flexbox as a link and not the text (therefore the dummy link with javascript:void(0) in the Flexbox). There is an icon and a text in the Flexbox and on small screens only the icon stays visible (because of the small space). If you set your link only to the text, you will loose your link on small screens.