Hidden top panel - by Dittemila - on WordPress WooCommerce support

This topic has 8 replies, 4 voices, and was last updated 8 years, 5 months ago ago by Eva Kemp

  • Avatar: catrine87
    Dittemila
    Participant
    November 8, 2015 at 22:00

    Hallo. The hidden top panel area is not big enough for my content. Please take a look.

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: stan
    Stan Russell
    Participant
    November 9, 2015 at 09:04

    Hello catrine87,

    please try following css code;

    .wcaiocc-switcher-dropdown{
    margin-bottom:-30px;
    }

    Regards,
    Stan Russell.

    Avatar: catrine87
    Dittemila
    Participant
    November 9, 2015 at 17:50

    Thank you but no matter how big or small the top panel is, det content will follow it.. Hope you understand.
    If possible please log in and take a look.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    November 9, 2015 at 20:44

    Hello,

    I’ve commented the code in custom.css:

    .wcaiocc-switcher-dropdown .wcaiocc-select{ width: 100% !important;margin-top:-40px !important;}
    .wcaiocc-switcher-dropdown{margin-bottom:-40px!important; margin-top:-40px!important; height: -10px !important;}

    and added the following one:

    .top-panel.show-panel {
        padding-top: 0 !important;
    }
    
    div#wcaiocc_widget-2 {
        margin-bottom: 0 !important;
    }

    Please clear browser cache and check your site now.

    Best regards,
    Jack Richardson.

    Avatar: catrine87
    Dittemila
    Participant
    November 10, 2015 at 00:15

    Thank you it worked.
    One more question. How can I change my products name size, that is shown in product page, And remove the “product information” in single product page?

    Avatar: stan
    Stan Russell
    Participant
    November 10, 2015 at 09:37

    Hello,

    please use following css code:

    .product-loop .product-name {
    font-size:24px;
    }
    .single-product-page .product-info h4{
    display:none
    }
    

    Regards,
    Stan Russell.

    Avatar: catrine87
    Dittemila
    Participant
    November 10, 2015 at 12:11

    Thank you:-)
    In single product pages, Is it possible to place the small product pictures vertical on the left side of the big picture?

    Avatar: Eva
    Eva Kemp
    Support staff
    November 10, 2015 at 13:01

    Hello,

    Unfortunately there is no such option. Sorry.

    Regards,
    Eva Kemp.

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.