I am having a hard time in modifying the modules of the Steakhouse template.
I am trying to edit the Specials module on the home page.
I go to Module > Specials and all I do is edit the custom code there to just change the wording.
Example: Summer Grill to Winter Grill
The moment I hit on Save module and check the changes in the front-end, I can see the content mis-aligned and not styled properly.

The website you can check this is on is: konnaindian.com.au/new3
The module code is:
- Code: Select all
<div class="bigtitle gk-special"><img src="images/demo/banner_special.jpg" border="0" alt="Summer Grill" />
<h3><span>Summer333</span> Grill</h3>
<small>Starting from <strong>$19.99</strong></small>
<div class="gk-special-content" data-scroll-reveal="enter right over .5s">
<h3 class="header"><span>Special</span> <small>Check out our offers</small></h3>
<ul class="gk-special-menu">
<li data-scroll-reveal="enter bottom over .25s after .5s">
<h4>New York Strip Steak</h4>
<strong>$8.99</strong></li>
<li data-scroll-reveal="enter bottom over .25s after .8s">
<h4>New York Strip Steak</h4>
<strong>$8.99</strong></li>
<li data-scroll-reveal="enter bottom over .25s after .6s">
<h4>Porterhouse Steak</h4>
<strong>$6.49</strong></li>
<li data-scroll-reveal="enter bottom over .25s after .9s">
<h4>Porterhouse Steak</h4>
<strong>$6.49</strong></li>
<li data-scroll-reveal="enter bottom over .25s after .7s">
<h4>Salisbury Steak</h4>
<strong>$8.99</strong></li>
<li data-scroll-reveal="enter bottom over .25s after 1s">
<h4>Salisbury Steak</h4>
<strong>$8.99</strong></li>
</ul>
</div>
</div>
<p><a class="gk-special-link button" href="#">More details</a></p>
Any help to fix this issue would be appreciated.
Regards,
Inder Lamba