Hi,
I am using 2 third party plugins to display my product in the shop (One called Fancy Product Designer:FDP and one called Multistep Product Configurator: MSPC). The plugins work with Woocommerce and I am trying to display them correctly inside the shop page.
What I want to achieve is to get the MSPC (where you select the bags) on the left of the screen and the FDP (where you see the variation) next to it (see attached image).
For now I am using the following css code to make the MSPC smaller (It normally goes full screen inside a wrapper):
.mspc-wrapper.mspc-clearfix.mspc-module-accordion{
overflow: auto;
width: 400px;
}
As you can see the FDP display is 700px wide and I would like it to be displayed next to the MSPC.
I have tried to use float:left to both mspc-wrapper and the div of the FDV but it doesn’t work.
I could use the following CSS code but it only works on 13″ screens:
.mspc-wrapper.mspc-clearfix.mspc-module-accordion{
overflow: auto;
width: 400px;
}
div#fancy-product-designer-120.fpd-container.fpd-shadow-1.fpd-clearfix.fpd-show-up{
position: absolute;
top: 150px;
right: 70px;
}
However, I want it to be responsive and float it next to the MSPC.
Is there a chance you can assist me with this?
Thanks in advance.
PS. To see the site you can use the same login password.
Attachments:
You must be
logged in to view attached files.