Shape 5

Wordpress Club Themes => Emusica - Club => : Lukey September 30, 2016, 10:05:36 AM



: Can I make the logo bigger?
: Lukey September 30, 2016, 10:05:36 AM
Hi Tristan,

Me again! Yay!! I don't know if this is possible as what I've tried (image resizing) messes up the menu. I'd like to know how to make the logo bigger. Originally its a skinny slip of a logo but I'd really like to know if its possible to make it fill the gap its sat in. See another expertly drawn snip of mine attached.

Cheers,
Luke


: Re: Can I make the logo bigger?
: Tristan Rineer October 04, 2016, 07:09:55 AM
Sorry about the delayed response; my other job needed me to go in early yesterday.

Can you provide a link to the site so I can take a look at it with Firebug (http://getfirebug.com/)? 


: Re: Can I make the logo bigger?
: Lukey October 07, 2016, 09:33:12 AM
Sorry about the delayed response; my other job needed me to go in early yesterday.

Can you provide a link to the site so I can take a look at it with Firebug (http://getfirebug.com/)? 

Hi,
Hope your job went ok. I know how annoying it can be to have fun stuff planned only for work to come and interrupt it!

Yes I'll PM you the details.
Thanks,
Luke


: Re: Can I make the logo bigger?
: Tristan Rineer October 10, 2016, 07:10:10 AM
I  believe that if you add the following code to the bottom of the theme's style.css file, you should get the results you want.

:
.s5_logo {
    width: 99% !important;
    margin: 0px auto !important;
}


: Re: Can I make the logo bigger?
: Lukey October 10, 2016, 09:39:47 AM
(http://i2.cdn.turner.com/cnnnext/dam/assets/150415010514-pkg-dad-of-success-kid-meme-seeks-help-to-get-kidney-00001404-exlarge-169.jpg)

Easy when you know how. Spot on!