Hello,
Is it possible to have the shopmenu below the title instead of above on the product overview pages? How do I do it?
And how do I center the menu properly?
Kind regards
/Richard
Hello,
Is it possible to have the shopmenu below the title instead of above on the product overview pages? How do I do it?
And how do I center the menu properly?
Kind regards
/Richard
Hi Richard,
Try to add this code in your Quick CSS(under Theme Options > Styling) or the custom.css file (located in the css folder of your theme's folder):
.woocommerce .inner_box .sub_menu {
top: 70px;
}
.woocommerce .inner_box .post-title.big_title.bg_gallery.cufon_headings {
top: -20px;
position: relative;
padding-bottom: 60px !important;
}
Hope this helps. :)
Regards,
Ismael
You must log in to post.