I'm relatively new to opencart and have got a question regarding the layout in store front. I have created my homepage with different modules like Latest, features, slideshow on it in the admin area, and it all comes through on the store front. But on the store front some of the headings are not aligned, e.g. I have a Categories Module to the left and a Latest Module in the centre, but the heading for the "Latest" Module is not in line with the Categories heading.
I have inspected the elements on the page in browser on the store front to see if I can see why this is happening and noticed that before each bit of code for a module there is a blank quote in the code e.g. " ", after removing these in the inspect element bit the heading title jumps up back in-line to which it should be.
So figuring that out i need to know where in the opencart source files it is putting the blank quotes in for each module so i can remove this, any help???
Here is the example from code in the browser where the blank quotes are coming, before every new module the code in the store front has for example...
Code: Select all
"
"
<div id="content">
<h1 style="display: none;">Icon Cards</h1>
<div class="box">
<div class="box-heading"><span>Latest</span></div>
<div class="box-content">
<div class="box-product">