Okay
  Public Ticket #3238990
Reduce Margin on mobile
Closed

Comments

  •  1
    keironc2019 started the conversation

    Hello, 

    I'd like to reduce the margin on mobile of 4 elements on my site. 

    3 of them are on here:http://altitudecreativestaging.co.uk/

    1 of them are on here: http://altitudecreativestaging.co.uk/project/royal-highlands-show/


    thanks, Keiron

    Attached files:  IMG_3618.jpg
      IMG_3619.jpg
      IMG_3620.jpg

  •  2,958
    Andrew replied

    Hello there,

    Thank you for reaching out to us.

    You can adjust the margin for mobile in your column settings as shown in this screenshot.

    4748784974.png

    Try this and let us know how it goes.

    Kind regards,

  •  1
    keironc2019 replied

    Hello,

    Nothing I do will change this margin, I have also taken it out of container etc. 

    thanks, 

    Keiron

    6341541888.jpg
  •  8,839
    Tahir replied

    Hey Again,

    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 only screen and (max-width: 690px){
        .container, .orbit-wrapper .slider-nav, .post-area.standard-minimal.full-width-content .post .inner-wrap {
            max-width: 350px !important;
        }
    }

    Thanks


    ThemeNectar Support Team