Keyword

White border on K2 item

  • Chess Dad
  • Chess Dad's Avatar Topic Author
  • Offline
  • Junior Member
More
8 years 10 months ago #144304 by Chess Dad
White border on K2 item was created by Chess Dad
Hello,

If you go to my site at itswebsite.jesusmylord.org you will see a white border between the picture and the menu bar. I have checked all margins and such and everything shows 0 px. The only thing I can think of is the K2 item itself is causing this, even though I have the image set to top alignment. Can you have a look to see? I'm at a loss as to what else to check. The code for that K2 item is (viewed using RokPad Editor):

<img style="vertical-align: top;" src="images/background/Riverbend2.jpg" alt="Riverbend" />
<br>
<br>
<p class="h1" style="text-align: center;">East Region Rocks!!!</p>
<p class="alert-message h3" style="text-align: center;">You must be logged in to use utilize this site.</p>


However, if you view the code using JCE you see the following:

<p><img style="vertical-align: top;" src="images/background/Riverbend2.jpg" alt="Riverbend" /> <br /> </p>
<p class="h1" style="text-align: center;">East Region Rocks!!!</p>
<p class="alert-message h3" style="text-align: center;">You must be logged in to use utilize this site.</p>


Thanks for your assistance.

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago - 8 years 10 months ago #144305 by Joe Campbell
Replied by Joe Campbell on topic White border on K2 item
Hello Chess Dad,

The culprit is the following Div...
<div class="itemToolbar">
		<ul>
		</ul>
		<div class="clr"></div>
</div>

It seems to be only present on the homepage.

You can remove/hide by modifying your stylesheet. Simply add "display: none;"...

Find this...

#k2Container.itemView .itemToolbar {
background: none;
margin: 10px 0;
padding: 0;
border: 0;
width: 50%;
float: left;
}

Add "display: none;" to class...

#k2Container.itemView .itemToolbar {
background: none;
margin: 10px 0;
padding: 0;
border: 0;
width: 50%;
float: left;
display: none;
}

I hope this helps,

Joe Campbell
Last edit: 8 years 10 months ago by Joe Campbell.

Please Log in or Create an account to join the conversation.

  • Chess Dad
  • Chess Dad's Avatar Topic Author
  • Offline
  • Junior Member
More
8 years 10 months ago - 8 years 10 months ago #144306 by Chess Dad
Replied by Chess Dad on topic White border on K2 item
Thank you very much Joe!!

I looked all over for this (of course I'm not the most observant person in the world either [lol]).

BTW, I'm not sure how to mark my posts as solved. If this is important to the forum, please let me know.

Thanks again.
Last edit: 8 years 10 months ago by Chess Dad. Reason: correct typos

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #144307 by Joe Campbell
Replied by Joe Campbell on topic White border on K2 item
My pleasure :)

What's your root website about (jesusmylord.org)?

Please Log in or Create an account to join the conversation.

  • Chess Dad
  • Chess Dad's Avatar Topic Author
  • Offline
  • Junior Member
More
8 years 10 months ago #144312 by Chess Dad
Replied by Chess Dad on topic White border on K2 item
Hi Joe,

I haven't worked on my site for a long time but I share some of my thoughts on some Christian topics. I have also written some children songs which I have for download on the site. Some are just fun songs (Tough Trains), and some are educational (Learn to Multiply). One of these days I'll get back to it.

Kind regards,
Chess Dad

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #144313 by Joe Campbell
Replied by Joe Campbell on topic White border on K2 item
Awesome - I am actually working on a Christian website. I have been working on it for 5 years. It's a big project (big vision). That is why I decided to use K2, because it requires a lot of content, details and meta data.

Check out my friend's website. He is a Christian Children book publisher...
www.angelsofagape.com

Have a great holiday weekend :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum