Helpless with CSS, Sundance Theme

  • Unknown's avatar

    Hey everyone, I realize my questions are probably incredibly simple, but I spent hours last night trying to figure out how to do what I want using faq’s and how to’s etc. SO I figured I’d reach out for some help.

    I’m using the Sundance theme on my wordpress blog for school, and I want to figure out how to tweak a few things. The first is I’d love for my menu options at the top to be aligned center rather than aligned left.

    Secondly when you go to a new page I’d like for that page title to be aligned center, and not top.

    Lastly, the main area where pages are displayed is a static color, you can’t change it using the options that the theme came with (bad theme creator, bad), so I’d love to be able to change that to a different color, or even better to a cool CSS pattern that I found online.

    I’m not sure what parts of the code everyone needs to see or if anyone needs to see anything at all, but thanks for the assist!

    my site is iaoblog.com

    -Steve

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi!

    You can use this codes for first and second changes:

    .main-navigation {
        margin: 0;
        text-align: center;
    }
    
    .menu-main-menu-container {
        display: inline-block;
    }
    
    .entry-title {
        text-align: center;
    }

    About the colors, you need change the tags on CSS editor as you like.

    Best regards.

  • Unknown's avatar

    Ok, I tried doing all of that and literally nothing happened… Keep in mind my experience with CSS editing for wordpress began last night, I know literally nothing about it. I was making the changes in the stylesheet section of the editor, was I in the right place?

  • The topic ‘Helpless with CSS, Sundance Theme’ is closed to new replies.