Without going into each of the products pages and setting sidebar to appear on left, how can I code it into the woocomerce product single page using php? http://www.mabridalplus.com/?product_cat=bridal-wear
nufftalon 0 Junior Poster in Training
Recommended Answers
Jump to PostIn your html change the place of sidebar div with woocomerce-container div,
make these changes:<div class="avada-row" style=""> <div id="sidebar" style="float:left;"></div> <div class="woocommerce-container" style="position: relative; margin-left: 24%; margin-right: 0px"></div> </div>
I put inline style, but you put it in css file.
All 4 Replies
Alberto Bucur 0 Junior Poster
nufftalon 0 Junior Poster in Training
nufftalon 0 Junior Poster in Training
Shubham_15 -4 Newbie Poster Banned
gentlemedia commented: meh... thread already solved 4 years ago without spammy links -1
rproffitt commented: This falls into the don't spam category. -3
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.