Hello Pasquale, I hope I'm not getting out of what the support is supposed to be for, but I'd like some help in order to center the footer "Bottom note".
I did create a child theme, I thought i found the right css line to modify, so I add in my child theme "style.css" those lines :
Hello Pasquale, I hope I'm not getting out of what the support is supposed to be for, but I'd like some help in order to center the footer "Bottom note".
I did create a child theme, I thought i found the right css line to modify, so I add in my child theme "style.css" those lines :
.widget-area,
It did work but it also centered the "other side bar informations" from any room page. Any clue on how to fix it ?.site-info {
font-size: 100%;
text-align: left;
}
Hi Pierre,
Remove that .widget-area selector, that should work.
.site-info {
font-size: 100%;
text-align: left;
}
Thanks, that works :-)
Great!