Viewing 5 replies - 1 through 5 (of 5 total)
  • You mean the text “EVENTS BY NELLIE, THE BLOG” and every white space around it?

    Thread Starter Nellie Sparkman

    (@eventsbynellie)

    Just the text “EVENTS BY NELLIE, THE BLOG”… I figured out how to remove that gap once I remove the text.

    You could do this via the style.css. On rule 156 there is a class that’s shows the text in a black color.

    Old rule: .header-title {color: #000;}
    New rule: .header-title {color: #000; display: none;}

    To remove white spacing from top do the following in also style.css, rule 144:

    Old rule: .header {position: relative; width: 1020px; margin: 0 auto; padding: 40px 0 0 0; }
    New rule: .header {position: relative; width: 1020px; margin: 0 auto; padding: 0; }

    Thread Starter Nellie Sparkman

    (@eventsbynellie)

    It worked! Thank you for your quick assistance.

    Great! You are welcome.

    Please close this topic.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Header and Menu Bar’ is closed to new replies.