• Resolved GWMO

    (@gwmo)


    We are volunteering to help Dark Moon Press convert their current custom theme to Storefront to take advantage of the built in functionality. While we do have some experience working with themes, primarily Graphene, we are already having trouble changing the Storefront header. We’ve found several posts on how to change the width but no way to easily change the height.

    If we could have a little help solving this and are able to do the rest on our own, we would be happy to offer a testimonial on the benefits of using Storefront. If we run into additional problems, we would be happy to offer portfolio credit to anyone willing to help us complete the conversion.

    Thank you for your time,

    Heather & Cory Buford

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @gwmo,

    We don’t ask for anything in return for our help, we just try to help the best we can!

    Can you give me an example of what you have so far and what you’d LIKE to have instead?

    Thanks!

    Thread Starter GWMO

    (@gwmo)

    Thank you Mikey. We literally just installed Storefront, created a child theme and tried to change the height of the header when we ran into our issue. The site we’re working on is:

    gwmo.com/darkmoonpress2

    and need to replicate:

    DarkMoonPress.com

    The primary reason/problem, their current designer/developer tried to prove her worth by coding a custom theme instead of using Storefront and a child theme. (happy to share her custom theme and anything else you may need since we can download it with the wp-downloader plugin 0:)

    Gotcha!

    If you want the logo / search bar at the top, and the menu at the bottom, you could do something like this:

    .storefront-primary-navigation {
        padding-top: 300px;
    }

    If you want everything at the bottom, you could do:

    .site-header {
        padding-top: 300px;
    }
    Thread Starter GWMO

    (@gwmo)

    Thank you Mikey, those will definitely come in handy.

    Since we’re planning to use the site for a book store, the Product Search widget may be more useful than the default Site Search and, according to Chrome Inspector, it looks like what we specifically need to enlarge would be the site-branding to fit a much larger header image (868×290).

    Perhaps there’s an easy way we can unhook the default site search to give us room for a full width header image?

    Job a11n

    (@jobthomas)

    Automattic Happiness Engineer

    Hey @gwmo, you could just hide the search field with some custom CSS:

    .site-header .site-search {
        display: none;
    }
    Thread Starter GWMO

    (@gwmo)

    Thank you Job, I’ll give it a try.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Convert Custom Theme to Storefront – Testimonial/Reference Available’ is closed to new replies.