How to Get Rid of This Space?

3 replies
  • WEB DESIGN
  • |
There's too much space between the headline of this page and the portion where the video and button sit.

How do I shorten this section so that it looks more like this?

If it helps, here is the .php file for this page. I checked it out in Firebug, but I was unable to identify what needs to be done to get this accomplished.
#rid #space
  • Profile picture of the author tx138
    Your CSS stylesheet is showing
    Code:
    .main-content {
    width: 960px;
    height: 320px;
    border: 0px solid #006;
    border-radius: 5px;
    margin-top: 100px;
    }
    You need to set margin-top to 0px or a smaller value than 100px to get the spacing that you would like.

    Also the stylesheet name that you are needing to change is called softunique.css
    {{ DiscussionBoard.errors[8917339].message }}
  • Profile picture of the author mrniceguy123
    Yes, I see that Firebug references softunique.css, but I don't see that file in Wordpress.
    {{ DiscussionBoard.errors[8917532].message }}
  • Profile picture of the author RobinInTexas
    It's in /wp-content/themes/cloriatotheme/css/softunique.css
    Signature

    Robin



    ...Even if you're on the right track, you'll get run over if you just set there.
    {{ DiscussionBoard.errors[8917722].message }}

Trending Topics