Tagged: elements
Hi,
The content that i put on the page I want to seperate in 3 elements. But when I do this it’s looking like this: http://www.tips.testsites-swipemedia.nl/digibord-tools/
What did I do wrong?
Thanks for helping!
Anybody..?
Hey!
You have line breaks after each image. Please remove them. Alternatively, you can add following code to Quick CSS in Enfold theme options under General Styling tab
.entry-content>br {
display: none;
}
Cheers!
Yigit
Hi Yigit,
Thank you, sorry but what do you mean with the line breaks? :)
Hi!
I mean there are BR tags in the source code in front of your images – http://i.imgur.com/RWfPPlq.png :)
Regards,
Yigit
Oké I got it… :)
Solved!
Thx!!