Forums
(@dzoni103)
8 years, 11 months ago
This worked like a charm. Thank you very much.
Nobody can help?
Site link: https://reka.co.rs
9 years, 4 months ago
I have found an alternative by using jQuery.
$('.description h1').each(function(){ var word = $(this).text().replace(/word/,"<span>word</span>"); $(this).html(word); });
Hope this will be of use to someone else.
You could do a fixed margin from the top. Could you be more specific about your layout maybe include the structure.