Site logo

Archived topic

niche template

21 replies · Started by David on September 4, 2020

Viewing posts 1–15 of 22

Hi there,

looks like a couple of letters got scrambled in the HTML.

Go to Appearance > Elements and edit the Gallery Stack hook. Look for this line:

<div class="woo-sumamry-wrap">

change it to:

<div class="woo-summary-wrap">

Thanks David

You're welcome - we'll get that fixed in the import library.

Would be easier if you removed any custom CSS you're currently using for the header/nav ( if any ) then enabled Navigation as Header in Customizer > Layout > Header. Then i can look at the CSS required to make that design.

Done

Try this:

.main-navigation .mobile-bar-items.wc-mobile-cart-items {
    margin-left: unset;
    margin-right: auto;
    order: -1;
}

.main-navigation .navigation-branding img {
    margin-right: 0;
    height: 100px;
    width: auto;
}

Updated above

Perfect, thanks David

You're welcome

You have some broken CSS.
Go to Customizer > Additional CSS and look for this:

.woo-gallery-stack img {
    margin-bottom: 20px;
}*/

Delete the */

Thank you!

This archived topic is closed to new replies.