Support » Themes and Templates » Editing Manji 1.03

  • http://www.brokenkode.com/manjipreview/

    The above is the default template for Manji 1.03. I was wondering how you would remove the gap between the nav bar and header; header and content; content and bottom navigation?

    I basically want the nav bar to hover below the header, which will be bigger and so the whole thing looks like one page (I’ll probably make it wider too). I don’t want gaps between anything, if that makes sense?

    I also tried to use a repeat background by placing url(image path) left repeat x; and it didn’t seem to work. Any idea as to why this might be?

    Thanks in advance

Viewing 9 replies - 1 through 9 (of 9 total)
  • Using Manji for the Panther theme, I took out the gaps by using the following in my CSS…

    #hnav {
    width: 750px;
    margin: 0 auto;

    height: 57px;
    background: #ffffff url(images/header4.jpg) top;
    }

    This can be done in every instance between the varying sections that you mention. 750 px has made it wider and the null margin takes out the gaps.

    Take a look at the Panther theme @ http://shadows.os42.com and see if that is what you are after.

    Thread Starter jinsan

    (@jinsan)

    yes that’s pretty much what i’m trying to do. I’ll give it a go. Thanks for your help

    Thread Starter jinsan

    (@jinsan)

    Ok, What I want to do now is to add another “block” a small one that will contain the 5 most recent posts from specific categories and also from one category.

    I am currently using the Obsidian theme based on Manji from http://www.scottdot.org

    I need the block between the content and the header – but i don’t know what to do as I can’t code.

    It should be big enough for 6 lines (1 line for the heading and 3-5 for links). I hope someone can help!!

    Thread Starter jinsan

    (@jinsan)

    anyone?

    Thread Starter jinsan

    (@jinsan)

    Even a link to how to do it, i mean actually how to do it, rather than learn x first and then x, and then read this and then read that and then get it to work by doing this.

    I’m not fussy :p

    Its not clear what you want to have .

    may be a link to your website is better.

    Thread Starter jinsan

    (@jinsan)

    http://sekhu.net/wp

    Thanks for replying – I’m not being ignored then 🙂

    The link at the top is how the site is at present, what I wanted to do was create a smaller block between the header and the content right?

    Here’s a gif of what I am trying to do: http://sekhu.net/stuff/block.gif

    Does that make sense? How can I accomplish this.

    Thanks again

    ok…

    i see you have something like div id=”topcontent” in the page…

    why dont u insert what you want to show , in this div ?

    and then add the following to the bottom of your stylesheet .

    #topcontent {
    border:#000 2px solid;
    margin:1em 0;
    padding:1em;
    }

    Thread Starter jinsan

    (@jinsan)

    Ok I’ll try that. Thank you

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Editing Manji 1.03’ is closed to new replies.