Titles IN the articles.

0 views
Skip to first unread message

M7

unread,
Nov 19, 2009, 12:26:41 AM11/19/09
to K2 Support
Hello all. Slight problem my titles seem to be IN my articles but
only on the "individual" post's page. Same with about...
http://www.tastyville.com
Click on any link for an article or on about to see what I mean.

Any suggestions? Much appreciated in advance!

James Tryon

unread,
Nov 19, 2009, 12:31:34 AM11/19/09
to k2-su...@googlegroups.com
look at line 22 in tastyville.css

h1 {
left:50px;
padding:0;
position:absolute;
top:25px;
}

this is your problem.

Thank you for your time,

James Tryon, Creative Director

Easily Amused, Inc.
http://www.EasilyAmusedInc.com
E: Ja...@easilyamusedinc.com

P: 407 278 5498
F: 407 286 0305

AIM Skype:
EasilyAmusedInc

Twitter: easilyamused
linkedin: http://www.linkedin.com/in/easilyamused
facebook: http://www.facebook.com/easilyamusedinc
> --
>
> You received this message because you are subscribed to the Google
> Groups "K2 Support" group.
> To post to this group, send email to k2-su...@googlegroups.com.
> To unsubscribe from this group, send email to k2-support+...@googlegroups.com
> .
> For more options, visit this group at http://groups.google.com/group/k2-support?hl=
> .
>
>

M7

unread,
Nov 19, 2009, 4:35:48 PM11/19/09
to K2 Support
Thank you! Thank you! Thank you for finding the thing I'm supposed
to fix in the first place!
Ok, I'm new at this and have been trying it myself, for about 30 mins
now. I have no idea what I'm doing and only a rudimentary
comprehension of css. this is what I have so far and it's getting
close but I think I'm missing something...
h1 {
position: absolute;
top: -25px;
left: 0px;
padding: 0;
}
I've got it moving up but the other elements aren't getting out of the
way...Any suggestions? I would greatly appreciate it! Thank you!
Thank you! Again, thank you for finding the thing I'm supposed to fix
in the first place!

On Nov 19, 12:31 am, James Tryon <ja...@easilyamusedinc.com> wrote:
> look at line 22 in tastyville.css
>
> h1 {
> left:50px;
> padding:0;
> position:absolute;
> top:25px;
>
> }
>
> this is your problem.
>
> Thank you for your time,
>
> James Tryon, Creative Director
>
> Easily Amused, Inc.http://www.EasilyAmusedInc.com

James Tryon

unread,
Nov 19, 2009, 4:45:01 PM11/19/09
to k2-su...@googlegroups.com
Just remove it all together. On line 22 of your css. Just remove the
whole H1 class

Eric Marden

unread,
Nov 22, 2009, 4:59:37 PM11/22/09
to k2-su...@googlegroups.com
You probably don't want to mess with the h1 styles. Study the elements
around the H1, then study the style.css that ships with K2.

There are a number of margin and padding rules for the various
elements that contribute to the positioning of the elements, and you
will need to fine tune those in your style sheet for it work for you.
The ones that look most promising are the rules for .hentry and .entry-
title.

Its almost always best to figure out what in the K2 stylesheet is
causing a particular effect in the CSS, and then starting with K2's
code in your style sheet, then change what you want to change, and
remove any redundant styles in your stylesheet that you're not
overriding.



On Nov 19, 2009, at 4:35 PM, M7 wrote:

- Eric Marden
. . . . . . . . . . . . . . . . . . . . .
http://xentek.net/
tw: @xentek




James Tryon

unread,
Nov 22, 2009, 5:12:50 PM11/22/09
to k2-su...@googlegroups.com
Eric is Right, but the H1 i was talking about is the extra h1 in the
style sheet. This H1 was added and not part of the k2 css. I just
wanted to clarify.
Reply all
Reply to author
Forward
0 new messages