>our .span4 has a margin-left.
So you have to remove itto reduce the space.
To exactly specify the second element you can use an extra class or use the
:nth-child(n) selector.
Someone to help me PLEASE !
Try this in your custom css:
.span4 {margin-left:4px}
Alter the value of 4 depending on what space, if any, that you want. If you set it to 0, all 3 sliders will fit on one line.
I don’t have access to your theme. Most themes have a facility to put in custom css. This option may be in Admin page > Appearance > Customise or Admin page > Appearance > Theme options.
If your theme doesn’t have this option, you can use a custom css plugin, such as this one:
https://wordpress.org/plugins/simple-custom-css/
Hi, i’ve done it, but it’s the same thing… 🙁
I don’t think its the same. The space is smaller compared to the screen shot in your first post. To remove the space altogether use:
.span4 {margin-left:0}