Landing Page Logo Size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7870
    DjKnock
    Member

    Hi, I’m loving the theme but my question would be, on how to get my logo (instead of just being small on the top left) centered and bigger size? I’m launching it tomorrow but would love to have my visitors really see my logo nice and bold in the middle when they land on the site, how would I go about doing this?

    #7909
    Raghavendra
    Moderator

    This is more of a customization query for which we can only provide limited direction. Here is what you can do –

    #site-logo {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 150px; /* Change this to actual width of your logo */
    }
    
    Pls insert the above in the Custom CSS tab in theme options and see if things look better. This will center the logo. You will need to set the margins etc. Hope this helps.
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.