• Resolved greenlakenursery

    (@greenlakenursery)


    I am updating our company website. The owner would like the bottom header area to be larger. for example. Make the red area as large as the blue. Is this possible and would I need the pro version to do this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author luzuk Themes

    (@luzuk)

    Hello @greenlakenursery,
    Currently there is no option to increase the width of the header in our theme.
    To increase the width of the header, you will need to make some adjustments to the code. If you're comfortable with coding, you can follow the instructions below:
    Modify the CSS in the Theme File:
    Navigate to the following file location:
    WordPress Dashboard >> Appearance >> Theme File Editor >> assets >> css >> bootstrap.css
    Then, replace the code at line 574 with the following:
    @media (min-width: 1200px) {
    .container {
    max-width: 1370px;
    }
    }
    Then Add Custom CSS in the Customizer:
    Go to WordPress Dashboard >> Appearance >> Customize >> Additional CSS
    @media (min-width: 1200px){
    .top-header .container {
    max-width: 1120px !important;
    }
    }
    Please feel free to reach out if you need any further assistance.
    Thank you.
    Thread Starter greenlakenursery

    (@greenlakenursery)

    Thanks! That worked!

    Theme Author luzuk Themes

    (@luzuk)

    Great @greenlakenursery ,
    Can you please submit your review for our support.
    Thank You

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I make the bottom header larger?’ is closed to new replies.