Okay
  Public Ticket #2301325
Responsive options
Closed

Comments

  • feedthearts started the conversation

    How can I set specific margin, padding and other stuff on a row or column for each responsive breakpoint?

  •  8,992
    Tahir replied

    Hey Again, Hope you had a Great Weekend, 

    Unfortunately there is no such particular option available at the moment and would have to be custom coded. There are though certain Responsive Options available. See url : https://kb.wpbakery.com/docs/learning-more/responsive-settings/ . 

    Best


    ThemeNectar Support Team 

  • Insaniam replied

    Hello, 
    I do have a similar question but for the menu. 
    We experience issue on this support  :  Tablet Landscape.
    The Menu does not adapt correctly when it's too long.
    He as desktop media, when it should have mobile ( burger menu for exemple ) media. How can we fixe that ? 

    We tried to see if you could adapt the padding, marging, put the display on white-space
    normal ... trying to replicate the Media from the mobile burger without sucess. 

    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    { display: block; }
    nav.main_menu { display: none; }

    }

    Sincerely, 

  •  8,992
    Tahir replied

    Hey Again,

    Try using this option and check : http://prntscr.com/rciprb . 

    Best


    ThemeNectar Support Team