• Resolved PollyPirate

    (@pollypirate)


    I am looking for some help with the correct code to move my logo to the left hand side (above the tagline), but still retaining the link to homepage and responsiveness.

    Any help received with lots of thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    First remove this from your Child Theme style.css file:

    .brand.span3 {
        float: none;
        margin: auto !important;
    }

    Thread Starter PollyPirate

    (@pollypirate)

    Thank you – removed. It has gone back over to the left – perfect!

    Would you be able to help me move the tagline so it is level with the nav menu on the right?

    Thread Starter PollyPirate

    (@pollypirate)

    Oops I mean left!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    How big is your screen?

    Thread Starter PollyPirate

    (@pollypirate)

    It’s an acer aspire one 11.6″

    Whatever size I zoom the screen to the tagline is slightly indented left of the first bit of text on the nav menu (RYA Training).

    Thread Starter PollyPirate

    (@pollypirate)

    .inside.site-description {
        text-align: left;
        margin: 0% 0% 0% 0%;
    }

    I found this code but not sure which bit to change!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I can’t see how you can have the tagline in-level with the navigation on the left responsively; where it will work for large screens because there will be room for them both, but not smaller screens.

    Thread Starter PollyPirate

    (@pollypirate)

    Oh OK thank you for helping me – I realise there has to be a bit of give for the responsiveness.

    Would you be able to help me add a logo/jpg image to the right hand side of the header area (above the social icons?

    Thanks so much for your time ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Moving logo to the left above tagline’ is closed to new replies.