Hi, is there any solution to remove the extra space at the beggining of the first line with a block code element ?
ie:
And I want
Thanks
Hey olasne,
Could not reproduce the same on my end.
Can you give us a link to the page? so we can try to inspect the code element.
Best regards,
Nikko
Hi,
In wp-content > themes > enfold > config-templatebuilder > avia-shortcodes > codeblock.php, please try to modify this code (line 204):
$content = ' [avia_codeblock_placeholder uid="' . avia_sc_codeblock::$codeblock_id . '"] ';
replace it with:
$content = '[avia_codeblock_placeholder uid="' . avia_sc_codeblock::$codeblock_id . '"] ';
Hope it helps.
Best regards,
Nikko
Great it works !
Could you correct for next versions ?
Many thanks
Hi olasne,
Glad we could help :)
I forwarded it to our dev.
If you need further assistance please let us know.
Best regards,
Victoria