• I apologize if this has been asked before. I searched around but didn’t find anything so hopefully I didn’t skip over it.

    I’m creating a website for someone who’s a painter and for each new post she’ll have an image of her new painting and then wants ALL the content to the right of it – ie, the title tag along with the content. Is there an easy hack to get the title and permanent link to be moved into the content of the main post with each update?

    Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • There are different solutions from changes in style.css declarations for the divs or completely restructuring the divs in the different template files. Site url or theme name?

    Thread Starter mikecav

    (@mikecav)

    there’s no real content yet. but it’s at http://www.turnerfineart.com/portfolio/

    what she wants is for the Title of the post (in this case, Sample Post) to show up right above the content aligned with the photo.

    In your theme’s style.css add:
    div #mainContent h2 { padding-left: 315px; }
    assuming that all the images in that category are 300px wide. Adjust the padding-left declaration as needed.

    Thread Starter mikecav

    (@mikecav)

    thanks mercime. that might be the solution i have to go with. i was hoping to actually get it into content so that there’s not the gap in the header but i might be able to make that work.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Moving H2/Title into actual post’ is closed to new replies.