Guest ladyniks Posted March 13, 2020 Share Posted March 13, 2020 Site URL: https://www.huesofcomfort.com/blog need help with random white space on page where blogs are listed. I have tired just about everything to no avail. Appreciate the help. Link to comment
tuanphan Posted March 14, 2020 Share Posted March 14, 2020 You mean white space at bottom? Add to blog page settings > Advanced > Header <style> main#page { height: 100vh; } section, article#sections { height: 100% !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
Guest ladyniks Posted March 16, 2020 Share Posted March 16, 2020 @tuanphan yes! you are a genius!, thank you so much. is there a site that I can help myself with coding? Link to comment
tuanphan Posted March 17, 2020 Share Posted March 17, 2020 22 hours ago, ladyniks said: @tuanphan yes! you are a genius!, thank you so much. is there a site that I can help myself with coding? See my signature ✌️ 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
Guest ladyniks Posted March 17, 2020 Share Posted March 17, 2020 @tuanphan so now looking at my site, the main page where all blogs will be listed looks great, but when you click on the blog the page looks distorted. Can you please help with this? site: https://www.huesofcomfort.com/blog/whyhuesofcomfort Link to comment
Guest ladyniks Posted March 18, 2020 Share Posted March 18, 2020 @tuanphan so now looking at my site, the main page where all blogs will be listed looks great, but when you click on the blog the page looks distorted. Can you please help with this? site: https://www.huesofcomfort.com/blog/whyhuesofcomfort Link to comment
tuanphan Posted March 18, 2020 Share Posted March 18, 2020 Can you turn off "disable right click" feature? Very difficult to check code without right click. 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
tuanphan Posted March 18, 2020 Share Posted March 18, 2020 On 3/14/2020 at 9:27 PM, tuanphan said: You mean white space at bottom? Add to blog page settings > Advanced > Header <style> main#page { height: 100vh; } section, article#sections { height: 100% !important; } </style> Where did you insert this code??? Blog Page Header, not Site Code Injection Header. 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
Guest ladyniks Posted March 18, 2020 Share Posted March 18, 2020 Blog settings < Advanced < Page Header Code Injection Link to comment
tuanphan Posted March 18, 2020 Share Posted March 18, 2020 Okay. It looks lile it affect both blog page/blog posts Remove above code add this to Home > Design > Custom CSS .collection-type-blog-basic-grid.view-list { main#page { height: 100vh; } section, article#sections { height: 100% !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
Guest ladyniks Posted March 18, 2020 Share Posted March 18, 2020 Thank you @tuanphan it worked perfectly. I appreciate the help you provide daily to me & others !!!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.