This topic has 2 replies, 2 voices, and was last updated 4 years, 8 months ago ago by John Holden
Hi!
I’m having trouble with the ‘About’ page. The images and text are not translating properly to mobile.
I also want to remove the “return to previous page” text on the first image.
In addition, it’s not letting me edit on front end of WP Page Builder.
http://8z5.2dc.myftpupload.com/about-us/
I appreciate your assistance!
Hi,
1. Text
– If you want to add custom padding, you can use custom class
+ Add below custom CSS
@media (min-width: 1200px){
.custom-pd-col{
padding-top: 460px;
padding-right: 130px;
padding-left: 130px;
}
}
2. Image
– Because there is no content in this column, you can add custom padding on mobile
+ Add below custom CSS
@media (max-width: 465px){
.custom-pd-imgcol{
padding-top: 300px;
}
3. Breadcrumb
– Go to Theme Options -> Breadcrumbs https://prnt.sc/rdlah7
Regards,
Hung PD
You must be logged in to reply to this topic.Log in/Sign up