Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #91476
    Panther33
    Participant

    Hi there,

    I am having trouble with my logo, please see my site http://www.howtomovetogermany.com/

    I would like to make it so the logo is higher up and closer to the title, ideally I would like the kiwi almost in line with the bottom of the H.

    Can you help with this?

    Thanks

    Paul

    #91523
    Mahesh
    Keymaster

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

    #site-logo {
        left: 0;
        position: relative;
        top: -45px;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    #91549
    Panther33
    Participant

    Thanks for the help Mahesh, that did the trick.

    I was also wondering, am I able to close the gap between the heading, logo and search bar with the slider?, maybe by about half? Either by moving heading, logo and search bar down or moving the slider and other items up?

    Thanks

    Paul

    #91555
    Mahesh
    Keymaster

    @panther33: Use the following CSS:

    #header #mainmenu {
        margin-top: 0;
    }

    Regards,
    Mahesh

    #91559
    Panther33
    Participant

    Thank you sir 🙂

    #91563
    Mahesh
    Keymaster

    @panther33: Thank you for your appreciation. If you like my support and Simple Catch theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/simple-catch?rate=5#postform
    Have a nice day.

    Regards,
    Mahesh

    #91565
    Panther33
    Participant

    Review done 🙂

    #91615
    Mahesh
    Keymaster

    @panther33: Thank you very much for your rating and review, we really appreciate it. Have a nice day.

    Regards,
    Mahesh

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Moving Logo help’ is closed to new replies.