Home › Forums › All Other Themes › Block Logo in mobile
- This topic has 11 replies, 2 voices, and was last updated 4 years, 6 months ago by Sonl Sinha.
-
AuthorPosts
-
May 9, 2020 at 2:58 pm #151403
My header logo works great on the desktop version – on the mobile version it looks like crap.
How is it possible to hide it in the mobile Version? I saw a solution for some othere theme here on the forum – you have to add
.nivo-caption .slidebtn { display: block !important;}
at customCSS – this unfortunately does NOT work with my theme (meditation)
What do I have to do?
May 11, 2020 at 7:06 am #151506Hi,
Kindly show us your website URL please?
Regards,
ChrisMay 11, 2020 at 9:13 am #151570www.yogasante.de
May 11, 2020 at 12:14 pm #151633Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { .home.has_trans_header.page .header { background: rgba(205,115,153, 0.5) !important; } }
Regards,
ChrisMay 11, 2020 at 1:06 pm #151643Great solution, thanks
May 11, 2020 at 1:26 pm #151644BUT its ony working for the frontpage, not for the other pages
May 12, 2020 at 5:06 am #151669Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { .header { position: relative !important; background: rgba(205,115,153, 0.5) !important; } }
Regards,
ChrisMay 12, 2020 at 4:31 pm #151779Two more issues:
1. https://ibb.co/M2c5SBY the leftside of the left footer column is cut off
2. I cant change the background (its too dark on mobile) for several pages
May 13, 2020 at 5:32 am #151811Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { #footer .rowfooter { margin:margin: 20px 0 !important;} body { background:#fff !important;} }
Regards,
ChrisMay 13, 2020 at 1:44 pm #151884The colors look good, thanks a lot. BUT the leftside of the left footer column is still cut off, please see this picture to understand what I mean: https://ibb.co/M2c5SBY
Brgds,
AndreasMay 14, 2020 at 5:22 am #151917Hi,
Remove:
@media screen and (max-width:479px) { #footer .rowfooter { margin:margin: 20px 0 !important;} body { background:#fff !important;} }
Add this new code:
@media screen and (max-width:479px) { #footer .rowfooter { margin:20px 0 !important;} body { background:#fff !important;} }
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.