Home › Forums › Gillion Theme › Change css #wrapper> .sh-page-layout-default {
Home › Forums › Gillion Theme › Change css #wrapper> .sh-page-layout-default {
I changed the css as follows to remove the white space in the part I have annotated in the image for the purpose of beautifying the website.
#wrapper> .sh-page-layout-default {
padding: 0px 0px;
}
However, when I changed this css, the content spacing and headers on the article page were very bad. I do not know how to explain in detail because I am using google translate. You can see the image with the captions I’ve signed.
I want to ask if there is a way to remove the gap as I did above, but only applied on the home page, while on the article page, it remains the same. thank you
Hi @Mai Quoc Khanh,
Thank you for your question.
Could you please share the page URL from your site where it is happening so that I can troubleshoot it?
Best regards,
Shufflehound team
Hey, thanks. My website : https://www.maiquockhanh.com/
Solution for this topic
To apply that CSS code only on the home page, please change it as below.
.home #wrapper > .sh-page-layout-default { padding: 0; }
It’s Ok . Thank you so much !!!
You are most welcome here 🙂