Slimders Posted February 4, 2020 Posted February 4, 2020 Site URL: http://flowerwalldubai.squarespace.com Hello, Please could someone help me? I've entered the below custom CSS to stop the 'Welcome to' and 'Flowerwall Dubai' text from overlapping, this works fine on tablet and mobile view but has a large space in between on full screen? I'm not sure what to do now? 😥 @media screen and (max-width: 641px) { body { font-size: 11pt; line-height: 20px; text-align: center;} h1 {font-size: 30pt; padding: 10px; } h2 {font-size: 30pt; font-weight: 400; text-align: center;} h3 {font-size: 16pt} #block-2e9f5306c508fa38a436, #block-yui_3_17_2_1_1579636239796_16990 { top: 100px; padding-top:40px; } #block-yui_3_17_2_1_1579640268463_14758 { top: 30px;} } @media screen and (min-width: 751px) { body { font-size: 11pt; line-height: 20px; text-align: center;} h1 {font-size: 30pt; padding: 10px; } h2 {font-size: 30pt; font-weight: 400; text-align: center;} h3 {font-size: 16pt} #block-2e9f5306c508fa38a436, #block-yui_3_17_2_1_1579636239796_16990 { top: 100px; padding-top:40px; } #block-2e9f5306c508fa38a436 { top: -30px;} #block-yui_3_17_2_1_1579640268463_14758 { top: -50px;} } .Mobile-overlay-nav-item, .Mobile-overlay-folder-item { text-align: center; }
tuanphan Posted February 5, 2020 Posted February 5, 2020 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!)
tuanphan Posted February 9, 2020 Posted February 9, 2020 On 2/6/2020 at 12:42 AM, Slimders said: Sorry, Site public now :) Can you take screenshot of "overlapping"? See fine here? 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
Archived
This topic is now archived and is closed to further replies.