ElkArte Community

Project Support => Support => Topic started by: glinuxas on August 10, 2019, 07:58:02 am

Title: Leisure Time - change width logo
Post by: glinuxas on August 10, 2019, 07:58:02 am
Hello,

how i can change the logo width for Leisure Time?
theme link: https://themes.elkarte.net/creative/Leisure-Time.html
Title: Re: Leisure Time - change width logo
Post by: Spuds on August 11, 2019, 01:32:18 pm
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%;
}