Logo Appearing Twice At Top - Question | JoomShaper

Logo Appearing Twice At Top

G

Geoff

Template 1 month ago

After updating the Varsita template to 3.1, the logo at the top is appearing twice and the OffCanvas menu fails. Any idea why this might be? (URL is posted in hidden content below)

Could it be related to Bootstrap? Please help ASAP.

thank you, Geoff

0
7 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #151292

You need to use that

@media screen and (max-width: 780px) {    
 #sp-header .sp-default-logo.visible-xs {display: block;}
} 

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {margin: 0 5px; display: block;}   
#sp-menu > .sp-column .sp-module { margin-top: 0;}


@media screen and (min-width: 790px) {
.offcanvas {visibility: visible;}
.sp-default-logo.hidden-xs {display: none !important; visibility: hidden;} 
}
0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 month ago #150861

Hi there!

Thanks for reaching out to us.

Would you please give me your admin access to check?

Best Regards

0
G
Geoff
Accepted Answer
1 month ago #151082

Yes thanks Rashida. Your login below.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #151117

Hello Geoff again,

I know how to fix it, let me check it :)

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #151126

Fixed. Now one logo on desktop view and one logo on Mobile view.

0
G
Geoff
Accepted Answer
1 month ago #151281

Wow fantastic Paul, thanks. May i ask what you did, as I will be upgrading another site soon using Joomshaper and Sp PageBuilder.

Cheers, Geoff

0
G
Geoff
Accepted Answer
1 month ago #151299

Thanks!

0