Skip to main content
Topic: Leisure Time - change width logo (Read 1541 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

 

Re: Leisure Time - change width logo

Reply #1

In that themes directory/css .... find the index.css file.  In that file find the area that says #upper_container (it should start at line 1326) in that section change the value from height: 80px; to height: auto;  It should look like the following when done.  I think that will fix what you want.
Code: [Select]
/* The logo and slogan. */
#upper_container {
line-height: 80px;

width: 100%;
height: auto;
padding: 0 2%;
}