Home > Enterprise >  How to change the order on a product page (description - recommended products)
How to change the order on a product page (description - recommended products)

Time:11-05

How can I change the order of 2 classes? Photos: https://imgur.com/a/HQrLjiz I think this might be HTML, but the website doesn't have any settings for this. Is it possible to do this with CSS?

CodePudding user response:

If there is no <div> </div> element around two codes, firstly you should take them in those divs.

Then just change the order.

If you share your code, It might be more clear.

CodePudding user response:

Since You're Not Using order (flex-box feature) then you cannot reorder them the way you want them to. So you'll have to grab the whole section of the html and copy and paste at the bottom of the PRODUSE ASEMANATOARE ,


1 - Copy This Whole Section (make sure you grab the whole section)

<section id="navbar__pane-long-desc" class="long-description mb-5 navbar__pane">
<iframe name="sif1" sandbox="allow-forms allow-modals allow-scripts" frameborder="0"></iframe>

2 - Then Paste It After This Code (Make Sure you paste after the Whole Code "

<div id="navbar__pane-similar" class="similar-product slick-list-until-md-outer mb-5 slick-arrow--middle slick-arrow--small slick-center slick-gap slick-has-counter">
  • Related