Logo

Support Area Forums Elite Logo

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.olivace.cz
  • Author
    Posts
  • #26663
    Jiří Bernát
    Participant

    Hi Bill again. May be I have found another customisation to do.

    1) Is it possible to have bigger logo on home page than on other pages?

    2) The logo is to close to left borders, is it possible to put it a little bit to the right?

    3) The same problem as with logo is with footer, the left side is to close to left borders.

    How can I set it?

    Thank you very much.

    Jiri

    #26664
    Bill Robbins
    Moderator

    Good Morning Jiri,

    You can do those things. Here’s how:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #header-content,
      #footer-content {
      	padding-left: 20px;
      	padding-right: 20px;
      }
      
      .home #logo img {
      	max-height: none;
      }
      
      .home #logo {
      	max-width: none;
      }
      
    3. Update your settings.

    That will add some padding to the left and right hand side of the footer and header so that your content isn’t on the edge quite so much. It also removes the size restriction on your logo for the home page. The logo will be displayed at its actual size. So to change it’s size you’ll need to resize the image file itself.

    Take care,
    Bill

    #26670
    Jiří Bernát
    Participant

    Very good…thank you very much.

    Have a nice week-end.

    Jiri

    #26671
    Bill Robbins
    Moderator

    You too Jiri.

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