Question, do you know why the title is not centered to the image?

Question, do you know why the title is not centered to the image?

Hi Samantha,
Thank you for writing in, that is because the previous/next navigation is there occupying some space on the right side.
To resolve that, please add this to Theme Options > CSS
.x-nav-articles {
float: none;
width: auto;
margin-left: 0;
}
Cheers!
Awesome! Do you know why I couldn’t see the arrows you noted until now?
Hi Samantha,
I think it could be because of your custom CSS rules or it could be a caching issue as well. Now I see that your alignments are fine.

Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.