Moving Title in Excerpt box
-
I need to move the title in the excerpt box to the right of the thumbnail and just above the text excerpt.
The link is the directions of using a Genesis theme, which is precisely what I need for the Graphene theme I am using.
http://sridharkatakam.com/move-post-title-post-info-entry-header-entry-content-genesis/#comments
Mod
There is nothing in Graphene called an “excerpt box.” And there is nothing on the page you linked to that looks like something on your site.
Are you talking about the excerpt that appears in the slider, or the slider itself? Or are you talking about the homepage panes?
Here’s a screen capture of your site:
Yellow is the slider.
Blue is the gallery you added to the home page.
Green is the homepage panes.
Yes, that is right. The pic is the archive excerpt posts and Shivey is correct. I am trying to move the title to the right of the thumbnail.
And I have been making changes consistently so the link I posted has been deleted.
Like the link below but for Graphene
http://sridharkatakam.com/move-post-title-post-info-entry-header-entry-content-genesis/#comments
Mod
FWIW, that’s an archive page.
This can (probably) be achieved solely through some custom css:
.archive .entry-content .excerpt-thumb img, .archive .child-page .excerpt-thumb img {
position: absolute;
top: 0px;
}
.archive .post-title, .archive .post-title a, .archive .post-title a:hover, .archive .post-title a:visited {
margin-left: 80px;
}
.archive .entry-content p {
margin-left: 160px;
}
.archive .post-meta .meta_categories {
margin-left: 120px;
}Works on my wamp server; your mileage may vary. You may also need to adjust values.
Mod
Works in Firebug, too:
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.

