• Resolved nshonfeld

    (@nshonfeld)


    hi there,

    I need some shifting my header and navigation around. I know this question is asked quite alot but i cant seem to find the answer in any of the forums that applies to my theme.

    I am using Magatheme which i have customized so far, and this is my url:
    http://www.thevintageshowroom.com/blog/

    I have two challenges…
    ONE:
    I want to lose the text header above the black navigation bar and place a logo/banner below the navigation bar. I would like to be able to keep the space above the nav bar in case i want to add a banner there at a later date.
    TWO:
    I want to change the positions of the tags link and the post info (author, published, category, comments) to directly under the post title, all in the same font.

    I will be eternally grateful for any assistance with helping me resolve this.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1. Try adding:

    .header h1.marginleft {
    position:absolute;
    top:-9000px;
    left:-9000px;
    }

    to the bottom of style.css.

    2. You’ll need to edit your theme’s index.php template file to achieve this. You first need to move the <ul class="extendspost"></ul> block to that is after the <h1></h1> in the Loop.

    Thread Starter nshonfeld

    (@nshonfeld)

    hi esmi, thanks loads that’s worked, so far (!), i just reread my posting realized ive miss out a fair chunk of what i am actually trying to achieve, further to what you have helped me do so far, i hope you can me with this too?!

    Now i have lost the text header, i would like to place a logo/banner i have uploaded to wordpress, underneath the navigation bar. I wanted to leave a little space between the bar and the new banner, so they dont look ‘connected’ as one image.

    Secondly, with regard to the extended post section. i want to lose it as a ‘list’ and just have these links appearing as a normal sentence would read. I have it left justified but i want to lose the indentation. Finally (!), I want to lose the tags link altogether.

    thanks so much, im racking my brains here!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help changing header/navigation position in Magatheme.’ is closed to new replies.