• Resolved ocean7

    (@ocean7)


    Hi there, is there anyone would know what happen with my store?

    https://www.ocean7cloth.com/2014/11/ocean7-news/product-alert/new-available-product-update-november.html

    the problem i’ve got from inspect firebug is

    <aside class="entry-meta">
    <span class="cat-links"><a href="https://www.ocean7cloth.com/category/ocean7-news/product-alert" rel="category tag">Product Alert!</a></span>
    <span class="comments-link">
    <a href="https://www.ocean7cloth.com/2014/11/ocean7-news/product-alert/new-available-product-update-november.html#respond" title="Comment on New Available Product Update November!">Leave a comment</a>
    </span>
    </aside>

    it’s look like the html code doesn’t load.

    ========

    the second about the logo, can i customize the width and height of the logo? the default one it’s too small for me.

    really appreciate your reply..

    thanks

Viewing 1 replies (of 1 total)
  • Hi,

    The first issue appears to be a bug that has squeaked through. We’ll fix that for the next release which I hope deploy early next week. I’ve opened an issue on github for this so you can track progress: https://github.com/woothemes/storefront/issues/76

    If you make your logo any bigger it’s going to break the layout of your secondary navigation. I wouldn’t recommend doing that unless you re-arrange your header. If you want to do that though, just play with the width like so:

    @media screen and (min-width: 768px) {
    .site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link {
    width: 30%;
    }
    }

    Put that in your child theme and experiment with the width value.

Viewing 1 replies (of 1 total)
  • The topic ‘Error on aside class and Logo sizing’ is closed to new replies.