Okay
  Public Ticket #2563423
column responsive option not working properly
Closed

Comments

  •  28
    Co-Brains started the conversation

    Hi! I set up my page with row divided in columns 2/5 + 3/5 for desktop. Once the page go on tablet I'd like to divide the row in 1/2 + 1/2 columns, but it doesn't work properly. how can I fix this?

  •  2,963
    Andrew replied

    Hi there,

    Sorry for late response.

    Can you check the following article on responsive columns.

    https://themenectar.ticksy.com/article/9164/

    Thnks.

  •  28
    Co-Brains replied

    I don't want to hide a column in a responsive size, I just want change its width. I set up everything in the column responsive option, but nothing changes

  •  8,849
    Tahir replied

    Hey Again,

    Seems to show up alright on my end in Chrome, Are you seeing something else ?.

    4948155771.pngClick To Open Larger Image.

    Thanks 


    ThemeNectar Support Team 

  •  28
    Co-Brains replied

    hey! "width-50-tablet" is a class that I have added to bypass that problem. I momentarily remove that so you can see the problem. thank you

  •  8,849
    Tahir replied

    Hey Again,

    Could you turn off the CSS minification in the Plugin settings so i can check which file is causing this.

    Thanks 


    ThemeNectar Support Team 

  •  28
    Co-Brains replied

    done! you can check it now on this URL: www.o3sm.it

  •  8,849
    Tahir replied

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    @media (min-width: 690px) {
        .vc_col-sm-2\/5 {
            width: 40% !important;
        }
    }


    This Css snippet is causing the issue: 

    4459586575.pngClick To Open Larger Image.

    Thanks


    ThemeNectar Support Team 

  •  1,075
    ThemeNectar replied

    Hey Co-Brains!

    I have just confirmed that this is a core issue with 1/5 - 5/5 fractional columns for the small desktop override - mobile overrides should still function normally.

    I've just added the needed fix into the current beta. Would you like a copy here to get immediate access prior to the next release?

    Cheers

  •  28
    Co-Brains replied

    Okay, but how does it work with next update? Will it update automatically?

    Thank you very much

  •  8,849
    Tahir replied

    Hey Again,

    The next update will include the fix. You can update it via the WP Dashboard if you have the Envato Market Plugin installed.

    See available methods for updating Salient: http://themenectar.com/docs/salient/updating-salient/#methods 

    Best.



    ThemeNectar Support Team