Help In HOPE Template - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Help In HOPE Template

BOUSSIN

BOUSSIN

Template 2 years ago

Hello How can I align the menu at the left ? www.helldiver.fr

In the custom CSS area, I wrote : #sp-header .sp-megamenu-parent > li > a {align: left;} but with nos effect. I don't want the main menu aligned at the right. Could you please help me ?

0
9 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #113631

Hi BOUSSIN,

Use this custom CSS

.sp-megamenu-parent > li{
    position: relative;
    right: 190px;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #113289

Hi

Thanks for contacting us. Use this custom CSS

div#sp-menu {
    position: absolute !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
BOUSSIN
BOUSSIN
Accepted Answer
2 years ago #113305

Thanks for your answer but I don't understand. I write div#sp-menu { position: absolute !important; } in the custom css area in template style but it does not work

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #113307

Dont you want it in this position?

https://prnt.sc/gEMFo7FhGSu6

0
BOUSSIN
BOUSSIN
Accepted Answer
2 years ago #113402

No, I would like to align the menu next to the logo, on the left side

0
BOUSSIN
BOUSSIN
Accepted Answer
2 years ago #113584

Have you found how I coul align this menu on the left hanside ?

0
AG
Anthony Grinblat
Accepted Answer
2 years ago #113599

DOES ANYONE HERE ACTUALLY PROVIDE REAL TECHNICAL SUPPORT???? I'VE BEEN GOING BACK AND FORTH FOR MORE THAN A MONTH AND NOT A SINGLE THING HAS BEEN RESOLOVED!!! ONLY MORE DAMAGE!!!! WHERE IS THE SUPPORT TEAM???

0
BOUSSIN
BOUSSIN
Accepted Answer
2 years ago #113785

Many thanks for your help

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #113797

You are most welcome.

0