Jump to content

remove space below title image?


jerseyjoe

Recommended Posts

Please see the screenshot of the the boxes in a Legend skin I'm working on. I'd like to get rid of the space defined by the red arrow, which I'm pretty sure will also eliminate the repeat of the image.

box_design.gif

After I get that right and after I rework the image height so there's more room for the box title text, I'll be tweaking the rounded corners from the Killer skin so each box resembles a suitcase for this travel agency.

Advice on where is the setting that will fix the space problem will be a great start and sincerely appreciated.

Link to comment
Share on other sites

Guest garysmith

look in your layout.css for .boxTitleLeft, .boxTitleRight and see if it has a padding-bottom or margin bottom.

Also in the same file check .boxContentLeft, .boxContentRight and check for padding-top or margin-top

Rem any of these lines eg

/*padding-top: 3px;*/

Gary

Link to comment
Share on other sites

I think this is found in YOUR_SKIN/ stylesheets / layout.css

.boxTitleLeft, .boxTitleRight {

font-family: Whatever you choose

font-size: Whatever you choose

color: Whatever you choose

background-image: Whatever you choose (make sure it is the same size as height & width setting or else it can repeat)

width: Whatever you choose

height: Play around with these

padding-left: Whatever you choose

padding-top: Play around with these

}

.boxContentLeft, .boxContentRight {

border: Whatever you choose

background-color: Whatever you choose

padding-left: Play around with these

margin-bottom: Play around with these

padding-top: Play around with these set to 0

padding-bottom: Play around with these

Hope this helps

Burgensteen ;)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...