K2 Item Title Width

GK User
Fri Aug 12, 2016 10:51 pm
Hello,

I'm using the Photo Theme. The K2 Item Titles seem to be pushed to the right and will even break words up. I'd like them to span the entire with of the page.

I tried adding this to CSS override (found in another post:
Code: Select all
.item-header.gk-page .item-basic-info {width: 100%;}/*


But it's now working.

Screen Shot 2016-08-12 at 5.40.55 PM.png


Screen Shot 2016-08-12 at 5.49.05 PM.png


Please advise.

Thank you.
User avatar
Senior Boarder

GK User
Fri Aug 12, 2016 11:14 pm
I'm sorry - I meant pushed to the left - not the to the right
User avatar
Senior Boarder

GK User
Sat Aug 13, 2016 9:55 pm
This is not an issue when on phone or tablet. But when on a desktop the K2 Title can get pushed to two lines. How can I keep it all on one line.

Thank you for your help
User avatar
Senior Boarder

teitbite
Sun Aug 14, 2016 11:32 am
Hi

Please tell me the url to the exact page with an example of this issue.
User avatar
Moderator

GK User
Sun Aug 14, 2016 1:59 pm
User avatar
Senior Boarder

GK User
Tue Aug 16, 2016 11:43 pm
This is resolved - I used firebug to find this code:
Code: Select all
.portfolio.single-page .item-basic-info {
  float:left;
  text-align:left;
  width:100%;
}


It looks great.
User avatar
Senior Boarder

teitbite
Thu Aug 18, 2016 2:28 pm
Hi again

Also this small code to make title not appear over logo, I've just noticed that:

Code: Select all
.portfolio.single-page .item-header {
    padding: 125px 0 80px;
}
User avatar
Moderator


cron