Creative: Always Open Width

For the life of me, I can't figure out how to change the width of the header "Creative: Always Open". The action bar I'm placing at the bottom of it contains the email address which happens to be just a little longer than the width of the header and it runs past the header border into the page content.

Comments

  • Hello,
    You have to use the Custom CSS code.
    Please paste that code into Theme Options > Custom CSS & JS > CSS
    #Header_creative{width:350px !important;}
    Thanks
  • Perfect. I had to use a media query so it wouldn't break responsive layout but otherwise it worked great. You even guessed the width I need accurately! TY
Sign In or Register to comment.