Okay
  Public Ticket #1670258
Change size of website
Closed

Comments

  • whitecrane24 started the conversation

    Hi,

    I want to change the max width of the site. I want to use a 850px x150px background image and want the website-width exactly like the background. But if I change this here:

    .full-top
    {
    background-image:url("http://www.mysite.de/header_bg2 ...");
    width:850px;
    height:150px;
    }

    it's not working. And if I try to change also this here to get the full site in 850px 

    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width:850px;
    }

    the content is completly wrong ...



  •  93
    djwd replied

    Hi there,

    the theme grid is based on Bootstrap 3 (documentation), you can't simply change the container width without breaking other stuff, as other elements won't fit anymore. I don't recommend doing this as it would also break responsiveness if not done carefully.

    Regards
    djwd