Archived topic
Sidebar Widget CSS
3 replies · Started by Caitriona on July 31, 2022
I want to center my "facebook" custom html embed on my sidebar. I also want to add some padding to my "Resources I Use" and "Latest Posts" sidebar widgets. Can you help?
Hi there,
I want to center my “facebook” custom html embed on my sidebar.
Try this CSS:
.sidebar .cff-wrapper .cff-header {
justify-content: center;
}
I also want to add some padding to my “Resources I Use” and “Latest Posts” sidebar widgets.
Have you tried this option?
https://docs.generatepress.com/article/widget-padding/
Let me know :)
That works perfect, thank you very much!
No problem :)