• Resolved streetcover

    (@streetcover)


    Hi Guys

    Just thought i post this up as i am having trouble with this.

    This is my website https://www.street-cover.com and i removed the header image out and replaced it with the NEXTgen gallery slideshow as you can see there is a gap between the gallery and the menus, i want to close this gap if anyone can help me with this, it would be much appreciated.

    Also i had to remove the site title and description out as it was underneath the gallery, and now i want it above the gallery, can anyone help me with this as well.

    Regards
    Win

Viewing 4 replies - 1 through 4 (of 4 total)
  • To remove the gap, get rid of the margin ( margin: 0 0 18px; ) in #site-title near line 341 of your style.css:

    #site-title {
        float: left;
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 18px;
        width: 700px;
    }

    Thread Starter streetcover

    (@streetcover)

    That didnt work =(

    You have to remove the margin line, or change it to margin: 0 0 0 0;

    Thread Starter streetcover

    (@streetcover)

    that didnt work also, but i manage to find a way which was this

    }
    #site-title {
    float: left;
    font-size: 30px;
    line-height: 36px;
    margin: 0px;
    width: 700px;
    }

    and it worked perfect.

    Thank you so much, i wouldnt have done this without you. =P

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Closing the GAP’ is closed to new replies.