Link? Most likely a simple css edit [Please don’t recommend people to edit theme files]. But with so little info it is hard to know. Is the first word a menu link/item or something else?
Yeah I admit, I didn’t say enough
The menu bar has words which are links to the differents pages of course and I’d like to have more space between the first word/link and the left edge of my menu bar
I have the same issue. I thought adding a few spaces in front of i.e. “Home” would help but it doesn’t.
It’s possible with a little CSS. You’ll need My Custom CSS plugin for this, since you don’t wan’t to edit the original theme files. So install & activate this plugin, then navigate to My Custom CSS section in your dashboard, and add this:
#navigation > .main-menu > ul { padding-left: 10px; }
Of course you can change 10px to whatever you want. Save and that’s it!