- This topic has 3 replies, 2 voices, and was last updated 4 years, 8 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Move page header a side’ is closed to new replies.
Home › Forums › Retail Pro › Move page header a side
Hello, how do I move the page header on all pages to the other sides:
.single .entry-header .entry-title,
.page .entry-header .entry-title,
.archive-header .archive-title,
.archive-header .archive-title,
.page-title {
text-align: right;
}
Add to Additional CSS in the customizer.
Also the page primary image, how do I put it in the middle and not on the left side:
.page .wp-post-image {
display: block;
margin-left: auto;
margin-right: auto;
}