Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #94823
    Panther33
    Participant

    Hello guys,

    I would like to move the site title, logo and tagline further to the left. My website is http://www.howtomovetogermany.com/ and you will see it looks a bit strange with these in from the left. I would like to have the logo start above the left corner of the home tab.

    Thanks for your help

    Paul

    #94835
    Mahesh
    Participant

    @panther33: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #site-details {
        left: -100px;
        position: relative;
    }
    
    #site-logo {
        left: -50px;
    }

    Regards,
    Mahesh

    #94837
    Panther33
    Participant

    Thanks Mahesh 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Moving site title, logo and tagline’ is closed to new replies.