Wrong Logo Position On Mobile View - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Wrong Logo Position On Mobile View

Laurent

Laurent

Helix Framework 3 years ago

Hi,

I don't know if this is due latest update but I get this bug :

I set this header layout : https://prnt.sc/kvZnEJaBA-qI From PC looks good : https://prnt.sc/VY_szig5jmFW From mobile looks bad : https://prnt.sc/crcy-in2iZXm

Why?

Thanks L.

0
8 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #58542

Please use this CSS to Template Options -> Custom Code -> Custom CSS

#sp-header.lg-header .logo{
    height: 20px;
}

#sp-header-topbar .container-inner{
    border-bottom: none;
}
0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #58312

Hello Laurent

This can be fixed with Custom CSS. Please share your site URL to check.

Best regards

0
Laurent
Laurent
Accepted Answer
3 years ago #58313

ok but this is not normal because this supposed to work out of the box no? I have added website URL inside idden Content area.

0
Laurent
Laurent
Accepted Answer
3 years ago #58475

any news?

0
Laurent
Laurent
Accepted Answer
3 years ago #58545

works but the logo is not supposed to be here ? see here : https://prnt.sc/utDbuVdBZBSP

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #58567

No, actually logo is designed to be on the left for tablet and mobile devices. Please use this CSS to Template Options -> Custom Code -> Custom CSS

#sp-header-topbar #sp-logo{
    display: block !important;
}
#sp-header #sp-logo{
    display: none !important;
}
0
Laurent
Laurent
Accepted Answer
3 years ago #58573

ok thanks for the feedback. L.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #58619

You are welcome. Thanks for accepting the answer.

0