• Resolved Jaiqua

    (@jaiqua)


    Hi all,

    Wonderful theme and pretty much have it setup the way I wanted, and now tinkering to get it fully done.

    Is it possible to move the post title above the content and sidebar, so that it’s full-width?

    Cheers.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Jaiqua. Welcome to the Hueman forum. Are you referring to the single post title? You want to move it above the content…where? Into the header? Please post a link to your site so we can see what you’re trying to do. Thanks.

    Thread Starter Jaiqua

    (@jaiqua)

    Hi bdbrown and many thanks!

    Yeah, that’s pretty much it. I have one sidebar on the right and instead of the title for single posts flowing within the main content area, it goes full-width and also above the sidebar, too. It’s just above the main content including the sidebar, but below the header and nav bar, a bit like the ones you see on sites like BBC newsbeat, the verge, and so on.

    Looking at the CSS, <h1 class=”post title”> would just need to be right under <div class”main”> for it to work, but I’m unsure which lines in the theme files to move around or change.

    Right now, I have the site running locally on MAMP, but once live I’ll post a link to it.

    Many thanks.

    Based on the theme demo you could try something like this:

    .single article .post-inner .post-title {
      position: fixed;
      top: 150px;
      color: #fff;
    }

    On the demo site this moved the post title up into the header between the site title and the main menu.

    Thread Starter Jaiqua

    (@jaiqua)

    That almost did it! Just need to fudge a few things, but that’s certainly looking like it. Many thanks for you help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Move post title above content/sidebar’ is closed to new replies.