• HI there,
    id like to move my site logo to the left of the screen and bring the menu bar up to the top of the screen, so that whole banner area takes up less space. How do I do that?

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

Viewing 1 replies (of 1 total)
  • Hello makemytherapysite,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer(i.e customize -> addition css)

    .logo img{
    	float:left;
    }

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Editing the layout of the homepage banner’ is closed to new replies.