Kidzy - Header Logo Not Showing Correctly - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Kidzy - Header Logo Not Showing Correctly

Alison

Alison

Template 2 years ago

Hi

Please take a look at https://ettingtonpreschool.co.uk - the logo in the header is not showing correctly and is overlaid by the top bar.

Can you help me to fix this please?

thanks Alison

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #99488

Hi there!

Thanks for your query.

You may use the following code in your custom CSS:

#sp-top-bar {
    z-index: 9 !important;
}
.sticky-wrapper.is-sticky #sp-header #sp-logo .logo {
    top: 0;
}

Note: Path towards custom CSS(Joomla 4): System>Site Templates Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/5mBuSRh907N3

https://prnt.sc/ooiq-lkMEXr_

https://prnt.sc/nunlX-f5AhK1

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #99766

Thanks for accepting the answer:)

Have a nice day!

0