Hello,
i have enabled the breadcrumbs and now I have ttwo problems: the titles moved to the bottom of the container and the breadcrumbs can not be seen on the mobile. I would like to move the titles in the central part of the grey container and have the breadcrumns shown on the mobile.
Thank you
Hey Anj27,
You have this in your child theme CSS:
#top .title_container .container .main-title.entry-title {
top: 10px!important;
}
Please try to remove or alter it to your liking.
Best regards,
Rikard
Ok. Thank you