Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1103984
optimisation for tablets - portrait mode
Closed

Comments

  •  2
    Emanuele Marchioni started the conversation

    Hi, I'm trying to optimise the website I'm working on for tablets display. It works fine in landscape mode but in portrait mode I've some issues I cannot find how to solve...

    Is there a chance to modify the width of columns inside a row? I've tried to do that in the Responsive Options panel but I can't figure out how... I'd like to hide right column and have left column full-width (please see ex-1 pics).

    Plus, can I make each Quickfinder element full-width and have them on single lines instead of 2 in a row and then 1 alone? (ex-2 pics)


    Thanks,

    E.M.

  •  427
    Sergio replied

    Hi,

    1) pls check video https://vc.wpbakery.com/video-academy/responsive-column-control-width-offset-param-usage-explained/

    2) By default, this is not possible, but you can use follow css:

    @media screen and (max-width: 768px) {
        .quickfinder-item.inline-column{
            width:100% !important;
            padding:0 15px !important;
        }
        .quickfinder-item-box{
            margin:0 !important;
        }
    }
    

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  •  2
    Emanuele Marchioni replied

    Hi,

    1) Ok now I got this :)

    2) Perfect!

    thanks for your precious help!

    Now everything's fixed.

  •  427
    Sergio replied

    Thank you!

    It would be great if you could rate us on ThemeForest.  Just go to your downloads on ThemeForest ( https://themeforest.net/downloads ), find TheGem and then you can rate it here 

    We would very appreciate your rating!

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.