Logo

Support Area Forums Bottega Logo

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #34539
    Avatar photoKen Robol
    Participant

    http://asian8fusion.com/

    How can I raise the logo on the mainsite?

    #34540
    Bill Robbins
    Moderator

    Hi Ken,

    The logo is absolutely positioned in Bottega. You can change it by adding top or left values like this:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #logo {
      	top: -10px;
      }
      
    3. Update your settings.

    Just change the -10px to whatever number you’d like and that will move it around.

    Have a great weekend,
    Bill

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