• Resolved oliviasplace

    (@oliviasplace)


    Hi, I’d like to centre my logo in the header, but leave the tagline to the left whilst increasing the font size to fill in the space left by moving the logo. I’d also like to move the social media icons on the right of the header down to the base of the new header size, and increase the font size of the phone number. Could you please help me with some code?

    PS I LOVE your theme, it’s fantastic!! Your support forum is so useful as well and has helped me make a lot of changes already ??

    Thanks

    https://www.oliviasplace.org.au

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi..

    Please add below css into custom css editor.

    .head-contact-info li a {
        font-size: 25px !important;
    }
    .social {
        padding-top: 20% !important;
    }

    Save the changes.

    THnaks.

    Thread Starter oliviasplace

    (@oliviasplace)

    I’ve done this just now but there’s no change. Any further advice?

    Thanks

    Thread Starter oliviasplace

    (@oliviasplace)

    I’ve just done this code from another forum post:

    .logo a img {
    margin-left: 70% !important;
    }
    @media (max-width:768px){
    .logo a img {
    margin-left: 30% !important;
    }}
    @media (max-width:480px){
    .logo a img {
    margin-left: 0 !important;
    }}
    .logo p {
    font-size: 20px !important;
    }

    and it’s moved the logo. I’ve asked on that same post about code to fix up how the tagline now looks out of place (would like it either off to the left to fill the space in the header, or centred under the logo – I won’t know which I prefer without seeing how each looks.

    Thanks again for your help!

    Hi..

    Please your another post for this issue.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header Adjustments’ is closed to new replies.