Problem With Menu Align On Template Eventum - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Problem With Menu Align On Template Eventum

AW

Andreas Wojtaschek

Template 2 years ago

I use the shaper_eventum template. I don't use a logo in the header section, so I really would like to align the menu centered or left. How do I do this? The standard answer from your bot doesn't work.

I put this in the custom CSS tab: body.predefined-header1 #sp-header .sp-megamenu-wrapper {margin-top: 0; text-align: center;}

But this doesn't work.

Thanks for your help!

0
1 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #131444

Hi

Thanks for contacting us. Use this custom CSS

div#sp-menu{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
}

Go to system--> https://prnt.sc/tDbSUJh6LiGu --> Default template-->Template options--> https://prnt.sc/A5nlsBvCQsqs And add your CSS there.

-Regards.

0