It's been a while since I've been here but again, I need some help big time with a very annoying issue.
I've installed a Theme on WordPress, which is awesome but the problem lies with the Page Builder as it's starting to duplicate a Div inside the original Div. Example just below:
So using the Page Builder, I add elements which form the design and layout, text blocks and etc. I save, but then as soon as I add another element and save that one, it's already duplicated the Div, and repeats the action again for another element too. Therefore, every time something is added, it will duplicate the Div.
I've installed a Theme on WordPress, which is awesome but the problem lies with the Page Builder as it's starting to duplicate a Div inside the original Div. Example just below:
Code:
<div class="sub-title">
<div class="sub-title">
<div class="sub-title">
<h4 style="text-align: center;"><span style="color: #c0c0c0;">WEBSITE DESIGN </span></h4>
<p style="text-align: center;"><span style="color: #808080;">So you already know we're a creative design agency, but here is info on where we've come from and where we are heading</span></p>
</div>
</div>
</div>
The Div already has specified padding, so another duplicate of that Div inside, is just bulking up the padding lots, causing the layout to be super thin!
I think the problem lies in shortcodes.php but I've seen some people using PHP code in functions.php. I don't know what to do as my knowledge is limited.
Please help me out!
Thanks!