• Resolved dietleintech

    (@dietleintech)


    Currently the logo is shown above the site title. I want it to be shown left beside the title… but i just can’t figure out how to do it via the custom css…

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author Nuno Sarmento

    (@nunosarmento)

    Hi @dietleintech, sorry for the late reply on this, do you still need help with this?

    • This reply was modified 5 years, 5 months ago by Nuno Sarmento.
    Thread Starter dietleintech

    (@dietleintech)

    Yep, would be great

    Theme Author Nuno Sarmento

    (@nunosarmento)

    Ok, is the logo on the website now?

    Thread Starter dietleintech

    (@dietleintech)

    Yes, i just added it

    Theme Author Nuno Sarmento

    (@nunosarmento)

    Add this CSS on your theme under (Appearance/Customise/Additional CSS)

    Screenshot:
    https://prnt.sc/p6ov71

    @media only screen and (min-width: 768px) {
      header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }
    }
    • This reply was modified 5 years, 5 months ago by Nuno Sarmento.
    Thread Starter dietleintech

    (@dietleintech)

    Perfect, is there way to put the menue with “Home” back to under the site title?

    Thank You for the CSS ??

    Theme Author Nuno Sarmento

    (@nunosarmento)

    So that needs a bit more coding I am afraid I can’t do it now. If you need to customise that area I can allocate so time for it but I will need to charge you for the extra development, sorry. I hope you understand – if you are happy with the theme overall please leave feedback. Thank you.

    Thread Starter dietleintech

    (@dietleintech)

    No problem, i understand that. ‘Cause it’s only my own “fun” project the customization is not needed ??

    Thanks for the logo css ??

    • This reply was modified 5 years, 5 months ago by dietleintech.
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Putting Logo beside the site title’ is closed to new replies.