Forum
Welcome, Guest
Please Login to access forum.
Logo padding (1 viewing) 
Go to bottom
TOPIC: Logo padding
#325
Floyd Simmons
Fresh Boarder
Posts: 4
User Offline
Logo padding Karma: 0  
HI,

I looked through the forum and could not find an answer to my question. Sorry if I am repeating someone else's question.

First, this Responsivisor is terrific! I tried another popular system to make my website mobile and it was a bad experience. For less than half the money, yours it by far superior and a pleasure to work with. My site looks great on mobile devices and I could not be happier.

My question is about the padding around my logo. On the page set as home right now (different than the desktop version) the padding is great. Everything stacks together nicely with a small but appropriate amount of distance between. But on other pages, especially the actual site home page, the padding above and below the logo is much too much. Plenty of wasted space.

Can you help me figure this out? I will likely have more questions and I am excited to go live with this site soon!
 
Logged Logged  
  The administrator has disabled public write access.
#326
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Logo padding Karma: 79  
Hi Floyd, probably it's related to a padding extra space present before and after the logo.
you should be able to see it easily using tools such as Firebug.

If you need send me the site link and i'll have a look directly at the styles used on your site helping you better.

Kindest regards

John
 
Logged Logged  
  The administrator has disabled public write access.
#340
Floyd Simmons
Fresh Boarder
Posts: 4
User Offline
Re:Logo padding Karma: 0  
Thanks John, here's the link: http://www.sportszone123.com/joomla25
 
Logged Logged  
  The administrator has disabled public write access.
#341
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Logo padding Karma: 79  
Try to add a style for the logo in the file 'main.css', you can use the integrated editor:

div.logo {
padding: 0;
}

This will remove any extra padding around the logo as in the following screenshot:
 
Logged Logged  
  The administrator has disabled public write access.
Go to top