Keyword

text alignment on k2 module position

  • chris w
  • chris w's Avatar Topic Author
  • Offline
  • New Member
More
12 years 4 months ago #59915 by chris w
text alignment on k2 module position was created by chris w
hi there

am working on kentgreyhoundrescue.com/

not how the text starts on the left hand side for dog of month and volunteers choice

how do i get the text here to clear or start under the picture

have tried clear, float, text alignment etc on different classes but no luck

can you direct me how to achieve this

thanks

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

More
12 years 4 months ago #59916 by Paul Mather
Replied by Paul Mather on topic Re: text alignment on k2 module position
hi - I'm no coder, but you could play around with the image or text width , which would push the text down below the image. Or play with 'padding-left' eg

line 703 k2.css

div.k2ItemsBlock ul li div.moduleItemIntrotext {
float: left;
line-height: 120%;
padding-left: 30px;
}

OR line 703 - k2.css

div.k2ItemsBlock ul li div.moduleItemIntrotext {
line-height: 120%;
width: 160px;
}

OR

line 703 ks.css

div.k2ItemsBlock ul li div.moduleItemIntrotext {
float: left;
line-height: 120%;
padding-left: 12px;
padding-right: 12px;
}

There are quite a few options depending on how and where you want to position things. Just play with the margin and paddings and see what you come up with.

Hope that helps a bit

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

More
12 years 4 months ago #59917 by Paul Mather
Replied by Paul Mather on topic Re: text alignment on k2 module position
OR line 684 k2.css :

div.k2ItemsBlock {
padding: 12px;
}

Also play around with the actual pixel figure to get what you want. Doesn't have to be 12.

And, btw, nice project - shame you can't save more.

Is that Kent UK ?

I'm in melbourne australia

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


Powered by Kunena Forum