Remove gap at front of main menu

Posted in: Newsmag
Post count: 136

Hi, I’m looking to remove the black space that appears at the front of the main menu.
How can I do this?

It takes up valuable space for no reason.

Main menu edit required
https://imgur.com/a/t7ldedY

https://smallcaps.com.au/

Post count: 22421

Hello,

You can add this custom css in your theme panel->custom code section:

.sf-menu{
margin-left:0;
}

Thank you!

Post count: 136

You legend!

Post count: 136

Where can I add/edit this code in the ‘core files’?

It works now, but when a page loads you can see the menu load then move to the left causing a glitch effect.

Post count: 23312

Hello,

The code should have to be added in Theme panel -> Custom CSS area, here -> https://www.screencast.com/t/lEUHki2lr

Thanks.

Post count: 136

Yes I have added to Custom CSS, however that loads after the theme code has loaded. Meaning it moves as the page loads

My questions is, which them file do I need to edit to make it load along with the theme?
ie. stylesheet, themeheader, etc…

Post count: 23312

Hello,

Please notice that the main file which contains the theme’s style is style.css. If you want, you should edit that file -> https://www.screencast.com/t/N4taKnZZQ and change the code from there.

Thanks for your understanding!

Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.