Shape 5

Joomla Templates => Curb Appeal - Club => : heatherz May 16, 2018, 02:58:28 PM



: Home Page - Tow Row 2_1 - Service Boxes not lining up.
: heatherz May 16, 2018, 02:58:28 PM
I opened the "Our Services Top Boxes" module and changed the four titles under the images, then noticed that the 3rd and 4th blocks no longer lined up with the 1st and 2nd blocks. Couldn't see why this was happening so copied and pasted the original code back into the module to see if that fixed the issue but it didn't.

Link to my site is:   https://bit.ly/2rLRU1X


: Re: Home Page - Tow Row 2_1 - Service Boxes not lining up.
: mikek May 17, 2018, 09:06:17 AM
Hello,

There is an extra:

<div style="clear:both:height:0px;"></div>

Call that's been added or moved in the code, that's not part of the original code. You can do a search in the html of the module and remove the first case of this call (only the first), or simply revert back to the original code:

http://www.shape5.com/demo/curb_appeal/index.php/tutorials-menu-48/custom-code-for-this-design


: Re: Home Page - Tow Row 2_1 - Service Boxes not lining up.
: heatherz May 17, 2018, 09:35:03 AM
Okay thank you, I removed it and everything all lines up.
Just an FYI, I did replace the html with the code found on the Custom Code Used For This Design.
I had a look at that code again just now, and it does appear to include the extra <div style="clear: both:height:0px;">&nbsp;</div>




: Re: Home Page - Tow Row 2_1 - Service Boxes not lining up.
: mikek May 17, 2018, 10:37:42 AM
Hello,

I just did a test by copying the code from the demo url and overwriting the module on a fresh site shaper and there's no extra call in the code from our demo. It appears as it's supposed to. Perhaps your editor is adding it for some reason.