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

Logo Center In Offcanvas

TomaszGrzechnik

TomaszGrzechnik

Helix Framework 3 years ago

Hi, How can I change logo position above menu in mobile view located on the top? I need to make it centered not aligned to left.

Next question: Is it any possibilty to add module above menu? When I try to add any SP Builder module to offcanvas position all is bottom of menu.

0
5 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #89372

Hi there!

Thanks for contacting us.

Would you please give me your site URL here to check? And screenshots indicating the places where do you want to see the modules would be better too.

Best Regards

0
TomaszGrzechnik
TomaszGrzechnik
Accepted Answer
3 years ago #89373

Hi Rashida, site address:itma.legal

And screenshot:

And some additional questions: I need to make padding/margin from logo to menu make smaller, and I need to remove vertical lines in menu.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #89399

Hi there!

Did you mean these horizontal lines? https://prnt.sc/h2lE-YHLaSOa

Here is the sample code for you:

.offcanvas-menu>div {
    justify-content: center;
}

.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li {
    border-bottom: none;
}

.offcanvas-inner .d-flex.header-modules.p-3.mb-3 {
    padding: 0 !important;
    margin: 0 !important;
}

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

Hope this helps!

Best Regards

0
TomaszGrzechnik
TomaszGrzechnik
Accepted Answer
2 years ago #95366

Thanks Rashida! You are always reliable as usual :) Everything is as I wanted.

Thanks!!!

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

Thanks for your kind words and you are always welcome:)

0