Jump to content

Mobile frontpage - hiding header logo and minor issue on footer

Recommended Posts

Site URL: https://www.helmatoimisto.fi/

Hi! I'm trying to hide the header logo on mobile frontpage only (I have managed to hide it on desktop view succesfully). Does anyone have working code for this?

Also, on mobile view the footer has a weird white space in the bottom, any advice how to fix this?

I now have the following custom CSS regarding the mobile footer:

@media screen and (max-width:767px) {
footer.sections section * {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
}

Link to comment

Add to Design > Custom CSS

/* Mobile */
@media screen and (max-width:767px) {
/* Hide mobile logo */
.header-title {
    visibility: hidden;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

There is still an issue with the homepage footer. It looks on mobile like this (has a unwanted white space on the bottom, there should be a line of white text visible here):

IMG_0608.thumb.PNG.e24b8ca49879d78963ab4b18ee3d1e9c.PNG

 

When in all the other pages it looks like this (as it should):

 

IMG_0609.thumb.PNG.0bf65faabb719edcad6675350117d5df.PNG

 

 

Edited by redkoi
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.