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

3 replies
  • WEB DESIGN
  • |
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
#code #simple #wiz #wordpress
  • Profile picture of the author clickbump
    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>
    Signature
    {{ DiscussionBoard.errors[6815196].message }}
  • Profile picture of the author dahlgren_m
    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
    {{ DiscussionBoard.errors[6815285].message }}
  • Profile picture of the author dahlgren_m
    Never mind! Changing the theme!

    Thanks for the help!
    {{ DiscussionBoard.errors[6815396].message }}

Trending Topics