Hi there!
Page titles are aligning to very left. Please check these pages below to check the problem.
https://www.insanayatirim.com/blog/
https://www.insanayatirim.com/insana-yatirim-aktivite-takvimi/
https://www.insanayatirim.com/magaza/
Can you please check what’s wrong with it?
Thank you,
Orhan
Hey erkuto!
Thank you for using our theme.
Please try to deactivate all plugins. Maybe one of the plugins causes this problem. If the problem still occurs, please come back and give us an admin account to check.
Cheers!
Günter
Hey!
Thank you for the update.
Just add this on Quick CSS or custom.css:
#top .title_container .container {
padding: 0 50px !important;
}
Regards,
Ismael
Hey!
you had an extra css rule in your child theme stylesheet that set the padding of the container to zero. I have removed it. works fine now ;)
Regards,
Kriesi
Thank you Kriesi!