Template Macro 3.0.0: Mobile Logo Problem After Update - Question | JoomShaper

Template Macro 3.0.0: Mobile Logo Problem After Update

C

cdf12345

Template 2 years ago

After updating the Macro template to version 3.0.0, we encountered a problem with the site logo in the mobile version. More precisely, in the mobile version, it is repeated 2 times. If, on the admin side, we delete the logo of the mobile version, no logo is displayed in the mobile anymore. You can help us, thanks.

0
5 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #115040

Hi,

yes, it's known issue. Put both logos AND share at least URL?

0
C
cdf12345
Accepted Answer
2 years ago #115058

I send the site link

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #115068

thx,

in Template Options > Custom Code > Custom CSS add:

@media screen and (max-width: 760px) {
.sp-default-logod-none.d-lg-block {display: none !important;}
.sppb-article-info {padding: 0 10px;}
}

Very good looking website and nice project.


there is also other way to fix double logo, but ...

0
C
cdf12345
Accepted Answer
2 years ago #115071

Perfect, it works properly. Thank you so much... for everything! : )

0
Giovanni Colombo
Giovanni Colombo
Accepted Answer
1 year ago #156795

I have the same problem, as I reported in the post https://www.joomshaper.com/forum/question/32716

Mehtaz Afsana Borsha recommended me to write here.

By inserting the proposed solution I solve the double logo problem but the colors in the bottom and footer change (only in the desktop view) while in the mobile view everything remains ok. website: www.studiocatenazzi.com Can you help me? Thank you

0