[Resolved] Cannot create full sized header

Home Forums Support [Resolved] Cannot create full sized header

Home Forums Support Cannot create full sized header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #235219
    Ian

    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

    #235268
    Tom
    Lead Developer
    Lead Developer

    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 ๐Ÿ™‚

    #235278
    Ian

    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

    #235280
    Tom
    Lead Developer
    Lead Developer

    Awesome, glad I could help! ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.