Okay
  Public Ticket #2456582
same space on website margins
Closed

Comments

  •  18
    ChrisHeil started the conversation

    Hello again ;) 

    It is not a big issue, but my  client asks for "same margins" on both sides of the (boxed / onepage) website. Just have a look at the screenshot. I think you get the point by looking at it. 

    Thanks! 

    Chris

  •  2,979
    Andrew replied

    Hi Chris,

    Edit the column with content and remove the 5% padding

    3736424786.png


    Hope this helps.

  •  8,884
    Tahir replied

    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 (min-width: 1000px) {
        #boxed .container {
            width: 100% !important;
        }
        #header-outer .container {
            width: 92% !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  18
    ChrisHeil replied

    Perfecto, thanks!