Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • zs1otb Friend
    #186319

    Is there a way to specify a size for the image (logo) display.

    I want the logo to be larger that what is currently displayed Something like 800 X 300 px.

    At this stage I can upload a logo image but it is cropped.

    Kindly advise if it is possible and if so how to do this.

    Many thanks

    Marcel 😎

    drago1147 Friend
    #488337

    I don’t know if it is possible to change the size of the logo from the t3 back end (personally I have not found such an option).

    If you inspect the logo element with firebug you will see that the class for the size of the logo is .logo-image a.

    Go to the css folder of the t3_blank and open custom.css -> then put the class in and specify your width.

    Example

    .logo-image a {
    width: 500px;
    }

    This is how I do it.

    pb66 Friend
    #488339

    There is lots of examples on changing the logo size within a t3 template within the forums. Search and ye shall find!

    Regards,

    zs1otb Friend
    #488965

    I got this one sorted,

    In the header.php I removed the search option and I changed the div from span8 logo to span12 logo.

    In the variables.less I changed the logo’s px sizes and also the filename.

    Uploaded the image file to the images folder inside the template folder

    Then I compiled the less to css

    And it is working. :):D

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  zs1otb 11 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum