Archived topic
Aligning Page titles
3 replies · Started by cpalo on January 4, 2021
For mobiles, the page title is aligned on the left and for the desktop they are aligned in the center.
How can we change this alignment?
Hi there,
can you share a link to your site where we can see this issue ?
http://generatepress.simplepress.fr/
And also how can we modify the margins or the padding around the icons of social networks?
You need to add some Content to your page, then you will see the titles align correctly.
Social icons margin you can use this CSS:
.top-bar .lsi-social-icons li {
margin-right: 30px !important;
}