Okay
  Public Ticket #1810628
3 column footer on portrait tablet
Closed

Comments

  • markp57 started the conversation

    My 3 column footer does fit correctly on an iPad held in portrait mode.

    The first two columns fit side by side but the third appears below. How can I solve this please?


    Best regards

    Stuat

  •  8,996
    Tahir replied

    Hey M,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 1000px) and (min-width: 690px) {
        #footer-widgets .container .col {
            margin-left: 15px;
            width: 32%;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • markp57 replied

    Works. Thank you.