Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #817365

    Hey guys,

    See my title above. Is there a way to do this across my entire website?

    I want to keep the header the way it is, but make the container width smaller.

    Here’s a website that does this for example: lernertandsander.com
    My website: ccyran.com

    Thanks!

    #817602

    Hey ccyran,

    You can control the header container using this CSS:

    #header_main .container {
      max-width:800px !important;
    }

    Best regards,
    Rikard

    #819138

    thanks!

    #819184

    Hi Chris!

    Do you need help with anything else with this topic, or can we close this thread? :)

    Best regards,
    Sarah

    #819422

    You can close this thread! Thanks guys

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Control Container Width, Keep header with the same’ is closed to new replies.