Home Forums Retail Pro Move page header a side

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10805
    Ilay
    Participant

    Hello, how do I move the page header on all pages to the other sides:

    https://prnt.sc/sroxy3

    #10808
    Andy
    Keymaster
    .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.

    #10809
    Ilay
    Participant

    Also the page primary image, how do I put it in the middle and not on the left side:

    https://prnt.sc/srurjt

    #10812
    Andy
    Keymaster
    .page .wp-post-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Move page header a side’ is closed to new replies.