Need a Wordpress wiz to help me out with a simple code!

by 3 replies
4
hi guys, long story short, I had my site hacked.

I fixed it and now I am looking at another theme!

Here is the deal.

1. I need the container of the site to align with the background.

2. I want the black space above the header to be reduced!

Any help would be cool!

My site: King of Attraction | How to Attract & Seduce Women
#website design #code #simple #wiz #wordpress
  • You get the header aligned properly, you need to add this to your theme's CSS file:

    Code:
    #header,.logo {margin:0 !important}
    Then, to align the menu properly, you need to add this:

    Code:
    #categories{width:950px;background:red;margin:0 auto}
    .nav.superfish a {margin-right:10px}
    .nav.superfish A:hover {color:#fff}
    If you do not have access to the theme's CSS file, but you do have access to a "Custom CSS" input box, you can use this instead:

    Code:
    <style>
    #header,.logo {margin:0 !important}
    #categories{width:950px;background:red;margin:0 auto}
    .nav.superfish a {margin-right:10px}
    .nav.superfish A:hover {color:#fff}
    </style>
  • Hi, thanks for the response.

    I added your code, but the logo an navigation bar is to high!

    Check it out: King of Attraction | How to Attract & Seduce Women
  • Never mind! Changing the theme!

    Thanks for the help!

Next Topics on Trending Feed