Shapper Opus Template - Logo Position Issue - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Shapper Opus Template - Logo Position Issue

L

Luís Ferreira

Template 2 years ago

Hi there,

I've a project using this template and for some reason that I can't understand why, the logo in the mobile version is not aligned with the burger menu, as you can see on this images below: https://ibb.co/KNhcC4J https://ibb.co/pjsXtX5

Can you please help me correcting this situation?

Kind regards, Luís

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #96127

Hi

Thanks for contacting us. Could you please explain your issue a bit more? It seems fine in my end.

https://prnt.sc/U5osFe8MS_DD

-Regards.

0
L
Luís Ferreira
Accepted Answer
2 years ago #96139

Hi,

the logo is upper than the burger menu icon. you can see it very easily in your screenshot and in the ones that i've shared.

it was suposed all the elements to be aligned in the midle in this row

Luis

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

Hi

Use this custom CSS

@media (max-width: 844px){

div#sp-menu {
    position: relative !important;
    bottom: 10px;
}
}

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