• Resolved BergHomes

    (@berghomes)


    I changed the title and slogan to a 1000x90px masthead image instead. However there are now alignment and cellpadding space problems between the “masthead and the slider underneath. How do I get this to align correctly and have the masthead be flush up against the slider?

    My site is here:
    http://www.cynosurecustomsigns.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter BergHomes

    (@berghomes)

    Actually I fixed all the problems. However the code I implemented doesn’t look correct on an iphone. The site seems responsive when you change the shape of a window on a computer however not on a mobile device. Here’s the “fix” code I used in the child css:

    /* Beginning of Masthead Title/Slogan Image Code*/

    h1#site-title span,
    h2#site-description {
    display:none
    }
    h1#site-title {
    background: url(http://cynosurecustomsigns.com/wp-content/uploads/2013/10/Cynosure-Mast-Head.jpg) no-repeat;
    width: 1000px;
    height: 90px;
    }

    #site-title {
    margin-right: 270px;
    padding: 0em;
    }
    #branding hgroup {
    margin: 0.0%;
    }

    /* End of Masthead Title/Slogan Image Code*/

    Thread Starter BergHomes

    (@berghomes)

    Figured out that rather then hacking the heck out of this it was better to just ad my image to the header. Then put the slider underneath.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘TwentlyEleven Title and Slogan Alignment Problems’ is closed to new replies.