Site logo

Archived topic

Cannot create full sized header

3 replies · Started by Ian on October 14, 2016

Viewing posts 1–4 of 4

I'm not one of your more capable so apologies if I've overlooked something obvious

I only ever use the theme straight out of the box with minimal amendments due to my lack of the necessary skills

I created this site http://www.factoring-broker.org.uk/ which works just as I want but when trying to replicate everything for a second site I cannot see how to make the logo full sized as all I can get is a small logo in the top left corner http://invoicefactoring-uk.co.uk/test/

Unless I have missed something obvious I have checked the settings from the first site to the second to ensure that they are both the same but no amount of fiddling about will enlarge the header

Hi there,

It looks like you have this CSS added to your child theme:

.site-logo {
    width: 20%;
    float: left;
}

Removing that should allow your header to be full width :)

Many thanks Tom as that worked a treat although I am somewhat mystified as to how that piece of code got there in the first place

Awesome, glad I could help! :)

This archived topic is closed to new replies.