remove white space around graphic in breadcrumbs

  • chisurf
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 7 months ago #18758 by chisurf
I am displaying an image using a custom html module. I am trying to remove white space around image, any suggestions? Image is in breadcrumbs position at www.agreentee.com .

Please Log in to join the conversation.

More
12 years 7 months ago - 12 years 7 months ago #18780 by ivan.milic
editor wraps it with <p>...</p> , and you can style it using:

.custom p{
margin:0;
padding:0;
}

but p has a bit uncontrollable layout so better turn that off in editor plugin settings. I think setting newline to <br/> would solve your problem.
Last edit: 12 years 7 months ago by ivan.milic.

Please Log in to join the conversation.

  • chisurf
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 7 months ago #18788 by chisurf
ivan,

I stripped the <p>...</p> tags, and set newline to <br/> in editor plugin settings. I still have the same problem. Any other suggestions?

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
12 years 7 months ago #18797 by milos
What image exactly? Is it image that has text "For every shirt sold..."? This image does not create any blank space below. This is the Facebook module from the right side that pushes everything down.

Please Log in to join the conversation.

More
12 years 7 months ago #18800 by ivan.milic
layout.css:

.content_pad {
padding: 15px 15px 30px 15px;
}

set padding:0;

Please Log in to join the conversation.

  • chisurf
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 7 months ago #18819 by chisurf
Ivan,

Thank you that was the fix.

Please Log in to join the conversation.

Time to create page: 0.181 seconds
Powered by Kunena Forum