Tytytytyty Posted October 22, 2020 Share Posted October 22, 2020 Site URL: http://tylerdipaola.com Hi, My website is tylerdipaola.com I need to make the spacing underneath my logo be the same as above the logo. I've been struggling to find the code to make it work. Thank you. Link to comment
tuanphan Posted October 23, 2020 Share Posted October 23, 2020 Add to Home > Design > Custom CSS .homepage #page section:first-child { padding-top: 50px !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!) Link to comment
Tytytytyty Posted October 25, 2020 Author Share Posted October 25, 2020 @tuanphan Thank you! two other questions (sorry!): - it worked perfect for the desktop version, but is there a way to tweak the mobile version? - Is there a way I can make this site wide? I'd like my "about" page to do the same. Thank you! Link to comment
Tytytytyty Posted October 27, 2020 Author Share Posted October 27, 2020 Can anyone help out with this? Thank you! Link to comment
tuanphan Posted October 28, 2020 Share Posted October 28, 2020 /* for mobile */ @media screen and (max-width:767px) { .homepage #page section:first-child { padding-top:10px !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!) Link to comment
Tytytytyty Posted October 29, 2020 Author Share Posted October 29, 2020 @tuanphan Thank you! Is there a way to apply this to the "About" page as well? Link to comment
tuanphan Posted October 31, 2020 Share Posted October 31, 2020 On 10/30/2020 at 12:28 AM, Tytytytyty said: @tuanphan Thank you! Is there a way to apply this to the "About" page as well? Add to About Page Settings > Advanced > Header (If you use Personal Plan > Edit Page > Add Code Block) <style> /* for mobile */ @media screen and (max-width:767px) { #page section:first-child { padding-top:10px !important; } } </style> 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!) Link to comment
Tytytytyty Posted November 1, 2020 Author Share Posted November 1, 2020 Sorry @tuanphan I meant how do I apply the code below to my "about" page. thank you .homepage #page section:first-child { padding-top: 50px !important; } Link to comment
tuanphan Posted November 2, 2020 Share Posted November 2, 2020 13 hours ago, Tytytytyty said: Sorry @tuanphan I meant how do I apply the code below to my "about" page. thank you .homepage #page section:first-child { padding-top: 50px !important; } add above code to About Page Settings > Advanced > Header On 10/31/2020 at 3:18 PM, tuanphan said: Add to About Page Settings > Advanced > Header (If you use Personal Plan > Edit Page > Add Code Block) <style> /* for mobile */ @media screen and (max-width:767px) { #page section:first-child { padding-top:10px !important; } } </style> 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!) Link to comment
Tytytytyty Posted November 2, 2020 Author Share Posted November 2, 2020 Please see the attached image to what keeps happening when I do this. Thank you Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.