Archived topic
"Padding" for Text in the right side widget
7 replies · Started by Woraphong on July 17, 2021
Hi,
I'm not sure if I use the term correctly or not.
I want to move the text to right a bit, right now it is next to the border of the widget (This becomes a problem when view on Mobile).
The widget is called categories-2
As you can see from the image, the text in this case, which is generated automatic from the category, is sitting next to the border.
Is there a way I can add a padding between the text and the border of the "categories-2"
Thanks
Hi there,
can you share a link to the site where i can see the issue ?
Hi it's ketothailand.xyz
Please see different page, I chose different layout for first page, ie this page
Hi Chuang,
Try this CSS:
.sidebar .widget.widget_categories {
padding-left: 20px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if you need further assistance :)
Hi Ying,
Thank you. :)))
Solved
You are welcome :)