Responsive Logo Revibe Template - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Responsive Logo Revibe Template

C

CCT

Template 4 months ago

Hi I'm having trouble making the logo look good in the Revibe template. I have added the 3 different logos, default, retina and mobile, but on some devices it doesn't respond to a suitable size for the logo.

On Desktop it actually shows 2 logos, on tablet the logo appears to be too big and part is hidden, and on mobile portrait it seem to appear ok.

Any ideas or suggestions on how to make this display nicely?

Thanks CT

0
5 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 4 months ago #196687

Hello,

Thanks for reaching out to us.

I added a small css to fixed your issues. I hope now logo is ok.

Here is the css:

@media (min-width: 480px) and (max-width: 991px){
img.sp-retina-logo.hidden-xs {
    height: 50px;
    object-fit: fill;
}
}

Please, check and let me know?

Thanks

0
C
CCT
Accepted Answer
4 months ago #196855

Hi Ziaul, thank you for your help. This has fixed the issue on the mobile phone and Tablet although the desktop stills shows a double logo when you start to scroll.

Also, there is now a colour difference at the bottom sections where a dark black colour changes to a lighter black, and a darker blue turns to a lighter blue. We had fixed this before using CSS to show the same lighter colour full width, but it keeps reverting to the different colours again. See attached image for reference.

Thanks CT

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 4 months ago #196862

I’ve thoroughly checked, but I didn’t find any issue with duplicate logos. I can see that only one logo is visible, and the other has display: none applied.

Regarding the color issues, could you please try applying your previous solution again? I haven’t made any changes related to that.

Thanks,

0
C
CCT
Accepted Answer
4 months ago #196910

Hi Ziaul I see your screenshot looks correct so I'm not sure why I'm not seeing the same result. I have tried in 3 different browsers and I have a double logo on all 3 (Chrome,Edge,Firefox). The only difference is I'm using Windows and not Mac but that shouldn't make a difference.

I have another CSS guru I can hire in, I'll see if he can fix this.

Thanks Colin

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 3 months ago #196956

Ok. Thanks,

0