• hi im using the virtue free theme. i set my home slidebar to be max 1050 pixels. The sildebar looks ok but the rest of the content extends more than that. how can i determinate the max widht of the hole page to not extend more than 1050 px

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,

    Would you mind posting a link to your site so that I can determine the best course of action to solve this issue?

    Thanks,
    Kevin

    @media (min-width: 1200px){
        .container {
    max-width:1050px;
    }
    }

    That css should work for you, add in the theme options > advnaced settings.

    Ben

    Thread Starter betumayo

    (@betumayo)

    that worked but is it possible to not affect the footer?
    id like the footer background to be foolsize because it looks pretty wired like its cutted in the sides
    thank

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘max widht content edit’ is closed to new replies.