Viewing 11 replies - 1 through 11 (of 11 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    We can’t access that page. Please provide a valid link.

    Thread Starter sebbero

    (@sebbero)

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try deactivating plugins to explore whether any could be responsible for this sudden change.

    Thread Starter sebbero

    (@sebbero)

    it only happen when i removed
    this code from css #header {
    padding: 30px 0 0 0;
    }
    #site-title {
    float: left;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 18px 0;
    width: 700px;
    }
    #site-title a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    }
    #site-description {
    clear: right;
    float: right;
    font-style: italic;
    margin: 15px 0 18px 0;
    width: 220px;
    }

    /* This is the custom header image */
    #branding img {
    border-top: 4px solid #000;
    border-bottom: 1px solid #000;
    display: block;
    float: left;

    but have put it back and update file but it not gone back to normal

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Where did you put it back?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Look at this bit of your code;

    /* This is the custom header image */
    #branding img {
    	border-top: 0px solid #000;
    	border-bottom: 0px solid #000;
    	display: block;
    	float: left;

    You need to close that off.

    Thread Starter sebbero

    (@sebbero)

    same place copied from exactly.
    under the style.css

    as it should be
    [Duplicated code removed]

    Thread Starter sebbero

    (@sebbero)

    sorry what mean close off?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Look at the syntax of CSS http://www.w3schools.com/css/css_syntax.asp
    CSS styles are wrapped in curly braces.

    Thread Starter sebbero

    (@sebbero)

    thanks sorted it i need the } on next line down for someone reason i did copy this across when i moved it. Cheers all sorted and fixed the black line at top and bottom of page as well.

    Thanks for help mate. much appreciated.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    And Thank you for contributing to the WordPress community 🙂

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