• Hi. Great theme. I’d like to be able to increase the container sizes on the theme just a little bit. I’ve used your code from the support

    .container {
    	margin-left:-250px!important;
        width: 500px!important;
    }
    .card-inner {
        width: 130%!important;
    }

    but this code is causing various problems when pasting it as “custom css”:

    1024px or wider browser size:
    Screenshot
    – navigation overlaps on left side
    – content container on right side is partly hidden

    up to 1023px browser size:
    Screenshot
    – the containers are not centered anymore in mobile view

    Can you please advise on how to use your code in order to make the containers a bit wider but also avoiding the issues above?

    Thank you

  • The topic ‘Container width area’ is closed to new replies.