Our Location

GK User
Thu Jul 07, 2011 8:07 am
Hi to all,

I would like to know how to fix the next issue:


Schermafbeelding 2011-07-07 om 11.05.04.png


the black written time jumps to the right, I would like to have that behind the rest of the grey text. Where can I find this piece of code?

Regards Ronnie
User avatar
Expert Boarder

GK User
Mon Jul 25, 2011 11:07 pm
Hi,
open location module and turn editor into html mode. use following code, think it should work!

Code: Select all
<img class="gkDemoMap" src="http://maps.google.com/maps/api/staticmap?center=Nieuwstraat+55-57,+5683+Best,+Nederland&zoom=15&size=400x154&maptype=roadmap%20&markers=color:red|label:|Nieuwstraat+55-57,+5683+Best,+Nederland&sensor=false" border="0" alt="Our Location" width="400" height="154" style="border: 0;" />
<div class="info-block">
<div>
<p>EETPLEZIER BEST</p>
<p>Nieuwstraat 55-57,<br />5683 KB Best</p>
</div>
<div class="info-block-time">
<p><span>Elke dag van</span><span>11.30 to 22.00</span></p>
<p><span>Alleen 1e Kerstdag gesloten</span></p>
</div>
</div>



best!!
User avatar
Junior Boarder

GK User
Tue Jul 26, 2011 6:18 am
Legulas thanks for your help, works fine that way.
User avatar
Expert Boarder


cron