• I know this has already been posted, but I have tried every fix I’ve seen to no avail.
    I am using Bookstore Theme for Woocommerce, but I don’t see support for this.
    I would like to close the space between the Header (Menu and top) and the Content.
    I have even tried to go into editor and make adjustments to what seems would fix the issue on header bottom margin/padding and Content margin/padding. Nothing works.
    Please help! and Thank you in advance.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    Try changing this in style.css:

    .site-content {
        padding-top: 1em;
    }

    To this:

    .site-content {
        padding-top: 0;
    }

    Consider creating a child theme otherwise all your customization will be overwritten when you next update your theme.

    Alternately:
    – If your theme has a custom CSS option, use that to add the CSS.
    – If you are using WordPress 4.7+, use the “Additional CSS” option in the customizer.
    – If not, install the plugin Simple Custom CSS

    Thread Starter tracidb80

    (@tracidb80)

    I tried with each method and none of these have worked.

    Moderator t-p

    (@t-p)

    If you use a commercial theme and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.

    https://themeforest.net

    Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.

    Thread Starter tracidb80

    (@tracidb80)

    This is not the same Bookstore Theme. I purchased it through Woocommerce. there is not any help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing Space Between Header and Content – Bookstore Theme’ is closed to new replies.