Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #213002

    Under “Responsive Layout” I changed the setting to “Fixed Width” but it got really skinny. How do I change the size of the fixed width to 1210px? I know it’s more than just changing the body setting. Thanks in advance!

    #213087

    Hi MuzSolutions!

    You can add this on Quick CSS or custom.css:

    .container {
    width: 1210px;
    margin: 0 auto;
    }

    Best regards,
    Ismael

    #213097
    This reply has been marked as private.
    #213150

    Hi!

    The overall container also needs to be adjusted:

    .boxed#top {
    width: 1310px;
    }

    Based on whatever size you choose for the internal containers.

    After there still may need to be some additional tweaks on items but that is the gist of the changes. Identify the containers and increase their values from the grid.css file. I would suggest having a freelance developer go through and create a new grid width you can use so that everything stays cross browser compatible. Customization like this is outside what we can cover through support but we will often assist if possible the changes are just not further supported.

    Best regards,
    Devin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How do I change the fixed width size?’ is closed to new replies.