Hi,
You could try to install https://wordpress.org/plugins/simple-custom-css/ and add this:
.skills .skill {
clear:none !important;
width: 25% !important;
float: left !important;
padding: 0 2% !important;
}
.about-us .col-lg-4 {
width: 100% !important;
}
Let me know if it helps.
Rodica
codeinwp thanks i dont know if i need to link you but how do i do it with other sections?
like hosting
http://www.crimson96.nl/
hi,
You need to add:
div#rpt_pricr {
float: left;
width: 25%;
padding: 0 2% !important;
}
and remove those pieces of code:
<div style="clear:both;"></div>
that is added by the widget you used to add that text.
Regards,
Rodica
sorry im not good with codes i know where to place
div#rpt_pricr {
float: left;
width: 25%;
padding: 0 2% !important;
}
this but how to remove this
i dontknow where it stands
<div style=”clear:both;”></div>
sorry for bad english
could je tell me ?
Hi,
From what I can see, all that code for packages is added through a Text widget in the Packages section, so you would have to remove that code from the Text widget.
Let me know if you understand.
Regards,
Rodica