Thanks a lot! It looks better IMO on desktop / notebook now : )
On tablets and phones the masthead(?) has too much padding on the bottom it seems, I tried the following CSS codes but it did nothing
@media only screen and (max-width: 960px) #masthead.site-header {
padding-bottom: 0px;
}
If I remove “@media.. 960px)”, then it’s ok, but it also changes the look on desktop / notebook…
Besides, is it possible to make the website looks the same on phones as tablet? Means moving the logo to the left and the menu button (perhaps change to 3 bars only?) to the top right?
Cheers.
Edit: Scratched the first part, the proper CSS codes should be
@media only screen and (max-width: 960px) {
#masthead.site-header {
padding-bottom: 0px;
}
}
-
This reply was modified 3 years, 11 months ago by loyukfai.
-
This reply was modified 3 years, 11 months ago by loyukfai.
-
This reply was modified 3 years, 11 months ago by loyukfai.
-
This reply was modified 3 years, 11 months ago by loyukfai.