Hi, can I please get some help with an annoying issue with the header/menu on my website - www,deadw8.au - on all pages except one the space between the logo and "Home" on the header is 1cm (image 1) but on "Members Parts Listings" page it is 3cm and menu items are pushed closer together (image 2). I have tried looking at page settings but can't see any differences, what could be causing this
That page is loading a Bootstrap class which is conflicting with the Header columns
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Hi, you helped me with my header before, could you please have another look at my header & let me know how to space the menu out to fill up the blank spaces at each end better. Thanks Robert
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
@media only screen and (min-width: 1000px) {
#header-outer[data-format=centered-menu] #top .span_9 nav .sf-menu:not(.buttons) {
display: flex;
justify-content: space-between;
}
}
Hi, can I please get some help with an annoying issue with the header/menu on my website - www,deadw8.au - on all pages except one the space between the logo and "Home" on the header is 1cm (image 1) but on "Members Parts Listings" page it is 3cm and menu items are pushed closer together (image 2). I have tried looking at page settings but can't see any differences, what could be causing this
Attached files: Image 1.JPG
Image 2.JPG
Hey Again,
That page is loading a Bootstrap class which is conflicting with the Header columns
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Hi, I added the Custom CSS however that caused a different issue with the header/menu - see attached image.
Thanks
Robert
Attached files: Image 3.JPG
Hi Robert,
Thanks for writing back.
Please enter this CSS:
I hope this helps.
Kind Regards.
Thanks Judith, that fixed the issue. Great service as usual from Nectar.
Robert
Hi Robert,
You're welcome.
It is our pleasure to give you quality and prompt support.
Please feel free to open a new ticket in case of any other queries.
Kind Regards.
Hi, you helped me with my header before, could you please have another look at my header & let me know how to space the menu out to fill up the blank spaces at each end better. Thanks Robert
Attached files: header.JPG
Hey Again,
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Thanks Tahir, fixed & looking much better.