mathildeeeeee Posted February 8, 2021 Share Posted February 8, 2021 Site URL: https://www.enjoyleadingwithaboldvision.com/services Hey guys, I was wondering if it is possible to remove white space after headings for just one section/page on a website? The design settings affects the entire website... In this case, should I add code blocks for this specific section and add CSS? Thank you in advance for your help! Link to comment
tuanphan Posted February 9, 2021 Share Posted February 9, 2021 Add to Design > custom CSS /* services white space */ div#page-section-600195c7281f270ab98d11dd { h4 { margin-bottom: 0px; } p:nth-child(2) { margin-top: 1px; } } 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
mathildeeeeee Posted February 9, 2021 Author Share Posted February 9, 2021 1 hour ago, tuanphan said: Add to Design > custom CSS /* services white space */ div#page-section-600195c7281f270ab98d11dd { h4 { margin-bottom: 0px; } p:nth-child(2) { margin-top: 1px; } } thanks so much @tuanphan 🙂 Link to comment
tuanphan Posted February 13, 2021 Share Posted February 13, 2021 On 2/9/2021 at 9:18 PM, mathildeeeeee said: thanks so much @tuanphan 🙂 I see on tablet, the blog post content is narrow. Do you want to increase width? https://www.enjoyleadingwithaboldvision.com/blog/4-reasons-entrepreneurship-is-crucial-to-a-middle-school-education and on mobile, pagination too big, do you want to reduce size/or remove pagination titles? 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
mathildeeeeee Posted February 26, 2021 Author Share Posted February 26, 2021 On 2/13/2021 at 4:20 AM, tuanphan said: I see on tablet, the blog post content is narrow. Do you want to increase width? https://www.enjoyleadingwithaboldvision.com/blog/4-reasons-entrepreneurship-is-crucial-to-a-middle-school-education and on mobile, pagination too big, do you want to reduce size/or remove pagination titles? Hi @tuanphan, that would be great! Thanks for all your help! Link to comment
tuanphan Posted March 2, 2021 Share Posted March 2, 2021 On 2/26/2021 at 9:18 PM, mathildeeeeee said: Hi @tuanphan, that would be great! Thanks for all your help! Have you solved all yet? 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
mathildeeeeee Posted March 2, 2021 Author Share Posted March 2, 2021 7 hours ago, tuanphan said: Have you solved all yet? nope... would you mind helping me with this? Link to comment
tuanphan Posted March 6, 2021 Share Posted March 6, 2021 On 3/2/2021 at 9:00 PM, mathildeeeeee said: nope... would you mind helping me with this? Add to Design > Custom CSS /* increase blog post width tablet */ @media screen and (max-width:991px) and (min-width:768px) { div.blog-item-inner-wrapper { width: 90% !important; } } /* remove pagination title mobile */ @media screen and (max-width:767px) { body.collection-type-blog-basic-grid .pagination-title-wrapper { display: none !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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.