New Landing How can we help? Themeforest Theme Support Uplift Portfolio Side Bar No Responsiveness

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Uplift
  • #313143
    marlonpharmaceutical
    Member
    Post count: 23

    Hello guys!

    Yesterday you gave me the following css to add to the site:

    .single-portfolio figure.media-wrap.col-sm-9 {
    Max-width: 65%;
    }
    .single-portfolio section.page-content.col-sm-3 {
    Width: 35%;
    }

    I did this, and it worked well (in parts). When I went to check the behavior via cell phone and tablet the responsiveness does not happen.

    Could you check if I did something wrong or need something additional in the code?

    Here is an example of a link: http://www.pharmaceutical.com.br/portfolio/energy-toothpaste/

    Can you open it on your computer and then on some smaller device? I have already tested on several and the same error appears.

    If you can open my wp-admin and check it directly. Feel free.

    Thank you again!

    #313343
    David Martin – Support
    Moderator
    Post count: 20834

    Please use this also:

    @media only screen and (max-width: 767px) {
    .single-portfolio figure.media-wrap.col-sm-9 {
        max-width: 100%;
    }
    .single-portfolio section.page-content.col-sm-3 {
        width: 100%;
    }
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register