Viewing 5 replies - 16 through 20 (of 20 total)
  • clayjh

    (@clayjh)

    The dash’s did not adjust with the text

    Theme Author Ben Sibley

    (@bensibley)

    Woops sorry about about. Use the following code instead:

    .menu-primary li {
      font-size: 18px;
    }

    That will increase the size of the menu items and the dashes.

    clayjh

    (@clayjh)

    Nice! You the man Ben

    Sorry to resurrect this post, but I like the way the picture is as wide as the screen. Is it possible to extend the featured image to this size on my posts?

    Thank you! 🙂

    Theme Author Ben Sibley

    (@bensibley)

    Sure, this won’t work for very wide screens, but for most it will work:

    @media all and (min-width: 37.5em) {
    
      .featured-image {
        left: -6.3%;
        width: 112.6%;
      }
    }

    That will make the Featured Image stretch the width of the screen.

Viewing 5 replies - 16 through 20 (of 20 total)

The topic ‘logo (header) image full width?’ is closed to new replies.