Visual composer responsive option in row

This topic has 2 replies, 2 voices, and was last updated 8 years, 9 months ago ago by Jack Richardson

  • Avatar: wholeman
    wholeman
    Participant
    July 16, 2015 at 04:57

    Hello,

    In responsive option on visual composer row, I would like to turn off the responsive option in some posts.

    How can I set up it?

    When I manually set up the offset and width(ex. 1/6 + 5/6), it does not stop the responsive automatically.

    I would like to keep entire site with responsive mode but show some posts the way as desktop without responsiveness, I want to just shrink them.

    Please check them and tell me how.

    1 Answer
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 16, 2015 at 11:46

    Hello,

    If you want to show some posts as on desktop you can try to add this code in CSS block of Visual Composer editor when editing a post:

    @media (max-width: 767px) {.row-fluid {
      width: 1200px;
    }}

    Please try it.

    Best regards,
    Jack Richardson.

  • 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.