• Resolved aliciarose80

    (@aliciarose80)


    I’m trying to find a way to change the width of the banner on each page, underneath the menu. Right now it displays the name of each page which is great, but it is a bit overpowering for what I’m doing.

    Does anyone know of way to to reduce the width?

    Thank you!

Viewing 1 replies (of 1 total)
  • Use this in Custom CSS option if theme provided. If theme doesn’t have that option, use one of those Custom CSS plugins this one for example.

    and then use this code in it

    .title-banner { max-width: 1170px; margin: 0 auto; }

Viewing 1 replies (of 1 total)
  • The topic ‘Change Banner Width’ is closed to new replies.