Problem with k2 Page and Content

Community fouces Joomla template to build a music magazine website with JomSocial support.
GK User
Fri Jun 22, 2012 12:18 am
Have a minor issue. I am using the most current template and joomla 2.5.6. And using the most updated k2 component. No other wacky modules or anything. The first word or 2 on a K2 item/page on the music City Template goes to the top right… check out: http://www.pokedonk.com/pokemon-article ... /mewtwo-ex

See where the word “Hey” is on the top right? The text in the Content area is standard stuff… no html or tags that I put in for it to do that.

I didn’t do any custom coding to that template - no strange things done to site or install and no tags or HTML to cause that. Just regular content. Happens on any K2 Page and I need to use K2 Pages.

There is an image in the content now but it’s the same if there wasn’t.
User avatar
Expert Boarder

GK User
Fri Jun 22, 2012 12:50 am
You can add following css code in to your override.css and enable it in template settings > advanced settings > css override.

Code: Select all
.itemFullText { float: right; }


See you around...
User avatar
Platinum Boarder

GK User
Fri Jun 22, 2012 1:24 am
WOW - thanks for the quick reply... on this page its still doing it: http://www.pokedonk.com/pokemon-article ... darkrai-ex

The Hello is the H1 tag... i put the H1 tag before the { in your code and didnt work.

Also - I cant float the H1 and H2 tags to the right as it will move the sub heading overs.


normanUK wrote:You can add following css code in to your override.css and enable it in template settings > advanced settings > css override.

Code: Select all
.itemFullText { float: right; }


See you around...
User avatar
Expert Boarder

GK User
Fri Jun 22, 2012 1:50 am
Also add below.

Code: Select all
.itemIntroText h1 { padding-bottom: 35px!important; float: none!important; margin-top: -10px;}
.itemIntroText, .itemIntroText span { float: left;}


See you around...
User avatar
Platinum Boarder


cron