edmundotai1991 Posted June 24 Posted June 24 Wondering how I can make the mobile header more like the desktop version on the right. Thank you so much for your help.
tuanphan Posted June 25 Posted June 25 You mean header or banner under header? If header, replace burger with 5 navigation items? If banner, reduce text size on mobile or? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
edmundotai1991 Posted June 25 Author Posted June 25 I would like the banner to look like the bottom photo on mobile. The top photo is what it currently looks like.
Solution tuanphan Posted June 26 Solution Posted June 26 You can use this to Website Tools (under Not Linked) > Custom CSS @media screen and (max-width:767px) { body.homepage .Parallax-item:first-child img { width: 100% !important; height: auto !important; left: 0 !important; } section#mtn { min-height: unset !important; height: 160px !important; } section#mtn * { font-size: 16px !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
edmundotai1991 Posted July 8 Author Posted July 8 Would there be a way to center the grey block of code in the center of the image?
tuanphan Posted July 12 Posted July 12 On 7/8/2024 at 11:34 PM, edmundotai1991 said: Would there be a way to center the grey block of code in the center of the image? You can change to this new code @media screen and (max-width: 767px) { body.homepage .Parallax-item:first-child img { width:100% !important; height: auto !important; left: 0 !important; } section#mtn { min-height: unset !important; height: 160px !important; } section#mtn * { font-size: 16px !important; } section#mtn .code-block { top: 20px; position: relative; } section#mtn .spacer-block { display: none; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment