Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated

Modifying the site's logo

10 years 8 months ago
Licenses:
JomSocial Expired Socialize Expired

Looking at the attachment.

How to make the logo (in the black box) take 100% or 90% of the header (the box in red) without the header's height to get bigger I want it to stay the same height as the line in yellow.

Know what I mean? Sorry found no better way explaining it other than playing with colors :P

Attachments:
10 years 8 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

HI Islam,

This is bit difficult, open this file templates/socialize/local/css/themes/orange/template.css

1. find this code and remove the padding code :

.t3-header {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ff9c38;
}

2. find this code :
.logo-control .logo-img-sm {
  display: none;
}
.logo-control .logo-img {
  display: block;
}

change to :
.logo-control .logo-img-sm {
  display: none;
height:100%;
}
.logo-control .logo-img {
  display: block;
height:100%;
}

10 years 8 months ago
Licenses:
JomSocial Expired Socialize Expired

The height increased alright, not the width tho. It looks like it was enlarged from up and down and doesn't look like the original logo. Is there another way?

10 years 8 months ago
Licenses:
JomSocial Expired Socialize Expired

I want to change the .logo-image a to:

.logo-image a {
background-repeat: no-repeat;
width: 500px;
height: 90px;
}


With remove the padding from here:
.t3-header {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ff9c38;
}

Is that alright or I shouldn't do that? It gives me exactly what I wanted to do.

Attachments:
10 years 8 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

If you want the logo height is same with the header you should remove the padding, that is not a problem.

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