How can i reduce the height of the blue bar on the inner pages?

  1. Home
  2. Docs
  3. Tyler
  4. Frequently Asked Question...
  5. How can i reduce the height of the blue bar on the inner pages?

How can i reduce the height of the blue bar on the inner pages?

You can reduce the height of the blue bar on the inner pages by following the steps below:

Don’t forget to take the back up of the file prior to any changes.

1) Open wp-content/themes/tyler/css/layout.css via FTP or Cpanel

2) Add the following style at the end of the page.

.heading h1 { height:110px; padding:5px 0px;}

@media only screen and (max-width: 991px) {
.heading h1 { padding:27px 0px; }
}

3) Update the file to the server.

Was this article helpful to you? Yes No