Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12555
    richemont
    Member

    Hi all,

    I would like to have my logo placed in the left upper corner of my home page – without changing any other part of the layout (especially paddings etc.). I tried to solve it via editing the stylesheet but it didn’t work out.

    This is the URL: http://richemont-club.ch/wordpress

    The logo I am talking about is the “Richemont Club”-one with the white cross.

    Thanks a lot for your help.

    Ben

    #12572
    Sakin
    Keymaster

    @richemont: The logo is positioned though padding so you have to adjust that. For left you have to reduce the padding left and for top you need to reduce padding top.
    So, adjust the padding as per you need and add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* For left padding */
    #hgroup-wrap { padding-left: 50px; }
    /* For top padding */
    #site-logo { padding-top: 50px; }
    #12575
    richemont
    Member

    Worked perfectly, thank you Sakin!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Logo positioning issue’ is closed to new replies.