Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • dcross02 Friend
    #203644

    I would like to have the logo image span the entire width of the web site (like a banner). Right now it gets cut off about two-thirds of the way across. I currently have this in my custom.css:

    .logo-image a img {
    width: 100%;
    height: 100%;
    }

    I am using Joomla 3.3.6 and JA Social 1.1.1

    TomC Moderator
    #559001

    Can you throw together a screenshot mock-up of what it is you are envisioning?

    dcross02 Friend
    #559003

    Attached is a mockup.


    1. Web-Site
    TomC Moderator
    #559004

    In fiddling around with the CSS styling your current logo, I noticed that your current logo isn’t wide enough to spread across the entire header. Can you advise as to the current height/width dimensions of your logo image?

    dcross02 Friend
    #559007

    Right now the logo is 894×200. I didn’t know what the width of the web is, so I figured I would re-size it to fit exactly once I know this is possible to do.

    dcross02 Friend
    #559215

    I would like the logo area to look like the attached, going all the way over to the search module. Not sure how large the image should be to do that.


    1. Clipboard01
    Adam M Moderator
    #559335

    Hi @dcross02,

    If the logo size is around 660×75 pixels. Please open file root_folder/templates/ja_social_t3/css/custom.css and add this code then let me know if you need further assistance :

    .logo-image a {
    width: auto;
    height: auto;
    display: block;
    }

    dcross02 Friend
    #559345

    Thanks, Adam. Exactly what I needed.

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

This topic contains 8 replies, has 3 voices, and was last updated by  dcross02 9 years, 11 months ago.

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