• I am trying a new theme, which I found in theme repository so I hope you guys can help.
    my site constructmagazine.com
    Under the page logo you see the page title and description but all these take too much vertical space
    How can i make the logo move to middle and site title and description remain at left, so they will not be on top of each other?

    Or is there a plugin to manage all this if so which?

    I would still like to learn the css solution though

Viewing 3 replies - 1 through 3 (of 3 total)
  • It would help us help you if you included a link to your website.

    That said, suggest that you use your browser inspector to see how your site is laying out the header elements. Play with the margins and padding etc. Use the customiser to do your additional CSS.

    Thread Starter ketanco

    (@ketanco)

    I wrote the name of my website already in my post
    https://www.constructmagazine.com

    I tried to do already what you said but i do not know enough CSS

    • This reply was modified 4 years, 11 months ago by ketanco.

    Sorry missed the link, usually they are highlighted.

    Using my browser inspector I find that the header is set to a width of 33$.
    This is the CSS:

    .col-md-4 {
        width: 33.33333333%;
    }

    Suggest that you seek support in the theme forum.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to shift logo in header’ is closed to new replies.