Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #504944

    Hey,

    want to remove on startpage the shortcut and reduce the space between head menu and slider.

    #504949

    Hey combra!

    Please edit your page and choose “Hide both” under Title bar settings – http://i.imgur.com/eJH9Weu.png

    Regards,
    Yigit

    #506300

    Worked, how to add some space between header and content? See Screens

    #506437

    Hey!

    You can simply add whitespace element to top of your page content :)

    Regards,
    Yigit

    #508195

    Hey, thats not the solution.

    – Main Slider on homepage is not visibile complete (some pixels are under the menu)
    – Sidebar Element “Headline” is not bisibile complete
    – Product Image and Title on single-product is not visibile complete.

    #508481

    I added this code for it:

    /* Main Content nach unten schieben */
    .content .entry-content-wrapper {
        padding-right: 50px;
        padding-top: 18px;
    }
    
    /* Slider nach unten schieben */
    .ls-inner, .ls-slide {
        width: 100%;
        height: 100%;
        top: -12px;
    }
    
    /* Single product nach unten schieben */
    .template-shop div.product div.images {
        width: 100%;
        float: none;
        margin: 0px;
        padding-top: 20px;
    }
    
    .template-shop div.product div.summary {
        width: 60%;
        float: left;
        padding-top: 20px;
    }

    it seems working, but now it needs to be fit after adding a product to cart (to much white space) -> Screen. But maybe u have a better solution?

    #509112

    Hey!

    Please add following code to Quick CSS as well

    .single-product .woocommerce-message {
        margin-bottom: 0!important;
    }

    Cheers!
    Yigit

    #510044

    Hey Yigit,

    added to custom css code, nothing changed.

    #510052

    Hey!

    Please flush browser cache and refresh your page a few times. It does work fine on my end – http://i.imgur.com/Kc9P4U1.png

    Regards,
    Yigit

    #510088

    solved, thanks

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove Breadcrumb on homepage’ is closed to new replies.