Hi Alex,
thx for your mail,
thge bosxed layoud should work, try some css.modifikations.
PLease make sure that the plugin is working properly.
Disable plugins and themes (choose a standard one) and try again.
hope that helps.
best
Thank you for the swift response. 🙂
I have disabled the plugins I can, but cannot change the theme as it is a live site. (apologies, I am a novice!!). This hasn’t helped the boxed layout problem.
I have added the following to my site’s CSS…
.post-content table {
border: none !important;
}
.post-content table td {
border: none !important;
}
.fw-wizard-button-container {
text-align: right !important;
}
… to remove the thin border, and align the ‘Previous/Next’ buttons to the right, which both worked fine, but what I thought should change the grey to white, given the above logic, didn’t help:
.fw-wizard-step-container {
background-color: #fff !important;
}
or
.fw-container {
background: #fff !important;
}
Also, as with the button container, i tried to align the step container as here…
.fw-wizard-step-container {
text-align: justify !important;
}
… but this pushed it all to the right of the grey box?!
Can you tell me how to replace the grey with white, or transparent?
Thanks for your help!
Hi Alex,
We will submit your question to our developer and he will get in touch with you as soon as possible!
Regards – Mondula
Thanks folks, really appreciate you taking the time to help out. 🙂
Hi again!
Sorry for the late response.
We will solve this problem with the next update. Till then, you could try pasting this into your style.css
.fw-step-part {
border-left: 0px!important;
background-color: transparent!important;
padding: 0px!important;
.fw-step-part-title {
margin: 0!important;
margin-top: 20px!important;
}
}
Regards – Mondula
Hi Mondula,
Thanks so much for this, and no worries at all for the response time!! That’s solved my problem, though I had to add an extra ‘}’ and remove one of the two at the end to split into two sections to make it work here, suspect that is more my problem than yours though!
Really grateful for your input. 🙂
Best regards,
Alex.