Home › Forums › Jevelin Theme › Top Bar not showing and help customising
Home › Forums › Jevelin Theme › Top Bar not showing and help customising
Hi,
I’ve got a few queries I’d be grateful if you could help me with. I’ll post them as three individual queries so they’ll be indexed and other customers might find the topic easier later on and prevent you from answering the same query again:
Hi @seanpearse,
I hope you are well today and thank you for your question.
The top bar is only available on following second and third header layouts which you can set in the theme header settings. Currently you are using first header layout on your shared site.
https://jevelin.shufflehound.com/header/second-header/
https://jevelin.shufflehound.com/header/third-header/
Best regards,
Shufflehound team
Hi Again,
Thanks for this. I’ve got the top bar showing and have changed the font but would be grateful if you could help me aligning the text in each cell.
I would like to have the text in the left cell left justified, centred in the middle cell and right justified in the third cell. I’ve tried entering the html in the theme settings but it just shows the full text.
Any assistance would be much appreciated and here is a link to the dev site if you need it: http://localseoireland.ie/dev_sites/thetaxclinic.ie/
Thanks,
Sean
Solution for this topic
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.header-contacts-item .header-contacts-details:nth-child(1) { text-align: left; padding-left: 10px; } .header-contacts-item .header-contacts-details:nth-child(2) { text-align: center; } .header-contacts-item .header-contacts-details:nth-child(3) { text-align: right; padding-right: 10px; }
That’s perfect, thanks again for your prompt response and assistance. Excellent support
You are always welcome here 🙂