Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1366954

    the rules set for av-grid-order-reverse and av-grid-order-individual overwrites the rules for av-medium-hide

    You can of course argue that it makes no sense to set an order if you want to hide it anyway. – True, but sometimes you set screen-width options later in the good faith that the containers will no longer be displayed.

    Maybe it’s too much of a storm in a teacup.

    @media only screen and (max-width: 989px) {
    	.responsive #top #wrap_all .av-layout-grid-container.av-flex-cells.av-break-at-tablet.av-grid-order-reverse {
    		display: flex;
    		flex-direction: column-reverse;
    	}
    	.responsive #top #wrap_all .av-layout-grid-container.av-flex-cells.av-break-at-tablet.av-grid-order-individual {
    		display: flex;
    		flex-direction: column;
    	}
    }
    
    /***** versus   ( and of course the other screen width too ) ****/
    
    @media only screen and (min-width: 768px) and (max-width: 989px) {	
    	.responsive.av-no-preview #top #wrap_all .av-medium-hide,
    	.responsive.av-no-preview #top #wrap_all .av-medium-font-size-hidden,
    	.responsive.av-no-preview #top #wrap_all .av-medium-font-size-title-hidden {
    		display:none
    	}
    }
    

    so i think that it is better to set those hide-options for screen-width setting to !important

    #1368056

    Hey Guenter,

    Sorry for the late reply.

    I cannot reproduce the problem.

    In layout.css you find the following rules:

    
    		.responsive #top .av-hide-on-tablet{
    			display: none !important;
    		}
    
    
    		.responsive #top .av-hide-on-mobile,
    		.responsive #top .av-hide-on-tablet{
    			display: none !important;
    		}
    

    These hide the columns and cells.

    Can you give me the link to the shortcodes to reproduce it please.

    Thank you.

    Best regards,
    Günter

    #1368250

    2ID’s 5classes versus : 2ID’s 3classes

    #1368315

    Hi,

    see private content.

    Best regards,
    Günter

    #1368327

    Thanks

    #1368418

    Hi,

    see private content.

    Found a solution for next release !!

    Best regards,
    Günter

    • This reply was modified 2 years, 1 month ago by Günter.
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.