About Us Columns & Mobile Responsibe

This topic has 2 replies, 2 voices, and was last updated 4 years, 1 months ago ago by John Holden

  • Avatar: Amplify7
    Amplify7
    Participant
    March 9, 2020 at 02:10

    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!

    1 Answer
    Avatar: John Holden
    John Holden
    Support staff
    March 9, 2020 at 07:01

    Hi,

    1. Text

    – If you want to add custom padding, you can use custom class

    + https://prnt.sc/rdl775

    + 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

    + https://prnt.sc/rdl9k5

    + 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

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.