This topic has 8 replies, 4 voices, and was last updated 9 years ago ago by Eva Kemp
Hallo. The hidden top panel area is not big enough for my content. Please take a look.
Hello catrine87,
please try following css code;
.wcaiocc-switcher-dropdown{
margin-bottom:-30px;
}
Regards,
Stan Russell.
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.
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.
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?
Hello,
please use following css code:
.product-loop .product-name {
font-size:24px;
}
.single-product-page .product-info h4{
display:none
}
Regards,
Stan Russell.
Thank you:-)
In single product pages, Is it possible to place the small product pictures vertical on the left side of the big picture?
Hello,
Unfortunately there is no such option. Sorry.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up