Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #753418

    Hello. Please see this image for desirables. I’m hoping/thinking once this is taken care of for iPhone landscape, portrait mode will be worked out automagically.

    Thank you,
    Ryan

    #753546

    Hey accurIT,

    The easiest way to achieve this would be using custom css and adding a class name to the element or column whose margins you like to be different on mobile.

    To do so please perform the below steps:

    1. Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    2. Give the elements or columns a custom class name of “mobile-margin”.

    3. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    @media only screen and (max-width:767px) {
    	.mobile-margin {
    		margin-top:60px!important;
    		margin-bottom:60px!important;
    	}
    }
    

    Best regards,
    Vinay

    #754027

    I’ll continue to work on the margins. Still looking for how to tell the “Business” image to appear before it’s set of icons. Thanks.

    #756650

    Hi,

    Try adding this css code in Quick CSS:

    @media only screen and (max-width:767px) { 
      #business {
        display: flex;
        flex-direction: column-reverse;
      }
    }

    Hope this helps.

    Best regards,
    Nikko

    #760166

    Good to go, thank you!

    #760488

    Hi,

    Glad we could help, please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #761522

    Good to close.

    #761530

    Hi,

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Grid Row Stacking & Spacing – Mobile’ is closed to new replies.