Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated

How to increase Logo size

10 years 4 months ago
  • Jared's Avatar
    Topic Author
  • Jared
  • Offline
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 2
Licenses:
JomSocial Expired Socialize Expired

I've tried everything I could think of with the custom.css but nothing is quite working out the way I'd like. I would like to increase the logo image without messing up the header size. My current logo is too big for the space allotted in the template design.

How can I increase this area so that it will fit a logo image roughly 300x100?

Attachments:
10 years 4 months ago
Licenses:

Hi Jared,

you can put this CSS

.logo-image a {
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
or
.logo-image a {
  background-repeat: no-repeat;
  height: 100% !important;
  width: 100% !important;
}

at /templates/socialize/css/custom.css

here the ref:
www.t3-framework.org/documentation/custo...tion.html#custom-css

socialize using T3 framework.

Regards

The following user(s) said Thank You: Jared
10 years 4 months ago
  • Jared's Avatar
    Topic Author
  • Jared
  • Offline
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 2
Licenses:
JomSocial Expired Socialize Expired

Thanks for the document!

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW