• I’m trying to center my nav menus and header image in the beautifully simple blaskan theme.

    http://bearskunk.com

    Right now I’ve got a single custom button in the nav menu and a 540×160 center image. I’m guessing that I need to add “text-align: center;” somewhere in the HEADER and MENU sections in style.css? Does anyone know where? Or if I’m looking in the wrong place?

    http://wordpress.org/extend/themes/blaskan/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author Aigars Silkalns

    (@perper)

    This should do it.

    #header figure {
    text-align: center;
    }

    #header figure img {
    float: none;
    }

    Har liknande problem.

    Jag har centrerat allt, header, text, rubriker osv, men själva menyflikarna vill inte följa med och ligger trotsigt i vänsterkanten.

    Provade ovanstående tips men fungerade inte.

    Vad kan jag göra??

    Theme Author Aigars Silkalns

    (@perper)

    Please provide the URL to your site…

    Hi Per,

    I too am using Blaskan and would like to center the menu. Site is kingofjesters.com. View with password Open Sesame (inlcuding space).

    Great theme. Thank you!

    Sincerely,

    Amanda

    ok see here is the problem. the nav menus are list items, which normally are displayed vertically. in order for the to be displayed horizontally they need to be given float: left; which is also forcing the menu to stay on the left.

    songate

    (@songate)

    Hi Per Sandström!

    I am also using the neat and beautiful Blaskan theme. I uploaded a Header image and looks good. But the problem is there are some space over and below the header Image. I particularly wants the menu bar to get closer to the header image. I am completely at a lost now. I will be glad if you can help! Thanks! My website is here http://eacrd.org

    Paul

    Hi, I can’t figure out how to center my site name and nav– or center the whole Header..! The site is at http://www.breakdownshow.com, theme is blaskan with a child theme. Your help is greatly appreciated!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try asking a more relevant forum
    http://csscreator.com/forum

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Theme: Blaskan] Center nav menus, header image?’ is closed to new replies.