Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @yosmo78,

    If you wanted to move the site logo you can do so using some custom CSS.

    You’ll want to add the custom CSS into the ‘Additional CSS’ section of the customizer. From the dashboard, if you go to ‘Appearance > Customize’ you can expand the last section titled ‘Additional CSS’.

    Enter the following bit of code into that field:

    
    .site-header .site-title-wrapper {
       margin-top: -30px;
    }
    

    That should shift your logo and the tagline up to be more in line with the menu, on all pages on your site.

    Let us know if that helps out.

    Best,
    Evan

    Thread Starter yosmo78

    (@yosmo78)

    @eherman24 thanks man! Helped a lot, but I was wondering now if it was possible to change the words (services in particular) on the service page that are in white overlaying the picture http://carnegieteens.com/services/ . Also for future reference how would I move the menu around?

    Thread Starter yosmo78

    (@yosmo78)

    bump

    Hi,

    The white text at the top of the page is whatever you have set inside of the page title field on the edit page screen.

    Example:
    Screen Shot
    Screen Shot

    To answer your second question, if you want to move the menu around you are going to have to either create a child theme and customize the themes files using a mixture of PHP, HTML and CSS – or you can tweak the appearance slightly using CSS, similar to what we did above with moving the logo up a bit.

    If you have questions on how to tweak certain things visually, the general support forum volunteers are extremely helpful.

    Best,
    Evan

    Thread Starter yosmo78

    (@yosmo78)

    @eherman24 thanks for your help man! Time to learn some php so I can move my menu!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Trying to move the logo [lyrical]’ is closed to new replies.