BtA_M
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Omega] Most recent post larger than otheri found out something that seems to work. i removed the .home .entry:first-child
just going with this:
.home.paged .entry:first-child {
width: 100%;
}
.blog .entry:first-child {width: 980px;
}thanks for your input! I’ll be testing it and let you know 🙂
Forum: Themes and Templates
In reply to: [Omega] Most recent post larger than otherunfortunately it did not work out.
i also tried to only set the px. it’s still not back to normal.the css for the first post on frontage, is it the .home.paged?
Forum: Themes and Templates
In reply to: [Omega] Most recent post larger than otherhi,
you can see the first post on the second page, the pic is large too.http://www.boomtownavenue.com/page/2/
thanks for your help!
Forum: Themes and Templates
In reply to: [Omega] Most recent post larger than otherForum: Themes and Templates
In reply to: [Omega] Most recent post larger than otherhi
I have another question concerning my issue, to post the latest (first) post differently than the following.
the mentioned code was great thanks @themehall. Just changed it a little..home .entry:first-child,
.blog .entry:first-child {width: 900px;}unfortunately it applies on every first post of a page.
how can i make it only apply on the FrontPage, that it will not affect the following pages?thx a lot for help
Forum: Themes and Templates
In reply to: [Omega] Most recent post larger than otheri figured it out, this code enlarges the images (all images) not only the image of the
latest post:embed,
iframe,
img,
object,
video {
max-width: 150%;
}Forum: Themes and Templates
In reply to: [Omega] Most recent post larger than otherThanks a lot!
Unfortunately it didn’t work out. Latest post (and image) has still same size