This topic has 4 replies, 2 voices, and was last updated 3 years, 6 months ago ago by Olga Barlow
Information box are not aligned. Please check out the screen shots:
Also in the mobile the title for all the pages are not proper. Screen shot:
Hello,
You use different margin-top for the elements:
firs element has 23px of the top margin https://prnt.sc/125i59y the next one – 0 px. So, use the same margin for all of them.
To fix the title add the below code to Theme Options > Custom CSS > mobile CSS
.page-heading .title :before, .page-heading .title :after {
zoom: .5;
}
.page-wrapper .page-heading .title {
font-size: 30px;
}
Regards
Hello,
Yes different margin-top for the elements but it can’t be changed from the page builder info box element. Its coming from the database it seems. PFA login credentials in private content area.
For the second the title is only fixed from the About us page for mobile. It is not fixed for the other pages. Screenshot: https://prnt.sc/125pwhg
Hello,
1) There is margin option https://prnt.sc/1272ls2 I think you just missed that.
2) Then reduce the page title to 20 px in the custom. Check now.
Regards
You must be logged in to reply to this topic.Log in/Sign up