Shapely Page Title position change

I’ve been struggling to change the position of the title on each page so it isn’t so far to the left. I’d like to move the title 150 pixels to the right. What’s the CSS for that?

Hey there

Let’s check :slight_smile:
Please provide a link to the page

Thanks. One of the pages is: https://jeanniestiversva.com/contact/

Thank you for the link

You can use this css code to move it on the right side:

.page-title-section .page-title {
left: 20%;
position: relative;
}

Add it in appearance > customize > additionally css

Thank you! That worked perfectly.

Nice :slight_smile:

I will mark this ticket as a resolved for now :slight_smile: