How To Center Logo And Menu In A Custom Header - Question | JoomShaper

How To Center Logo And Menu In A Custom Header

MH

Matt Hunt

Helix Framework 1 year ago

I've found several 'solutions' to this, but none seem to work for me. I've got a custom header put together with two rows, one for the logo and one for the menu both of which I'd like to have centered. Should be simple, but I can't find the solution anywhere.

https://actearlymaine.org

Joomla 4.1.2 Helix Ultimate

0
5 Answers
Ariba
Ariba
Accepted Answer
Support Agent 1 year ago #69214

Hello

Thank you for your query.

Please add the following css rule in custom css section

#sp-header .logo {
  margin: 0px auto;
}
.sp-megamenu-parent {
 margin: 0px auto;
}
0
Ariba
Ariba
Accepted Answer
Support Agent 1 year ago #69213

Hello

Thank you for your query.

Please add the following css rule in custom css section

#sp-header .logo {
  margin: 0px auto;
}
.sp-megamenu-parent {
 margin: 0px auto;
}
0
MH
Matt Hunt
Accepted Answer
1 year ago #69218

Thank you!!

0
Ariba
Ariba
Accepted Answer
Support Agent 1 year ago #69371

You are most welcome.

Please do let me know if you have any other related query, I would be happy to help. If there is no other query, kindly accept the mose useful answer that helped you in order to resolve and close the post.

0
Ariba
Ariba
Accepted Answer
Support Agent 1 year ago #69372

Have a great day and stay safe.

0