http://www.dekleinekoffiebranderij.nl
In dutch and english. Still have some problems with language switching and proper language source code for ranking. But the template is fully responsive.
Julius
Coffeewebsite responsive
Re: Coffeewebsite responsive
nice.
why do you remove copyright information in head?
why do you remove copyright information in head?
Re: Coffeewebsite responsive
just played around with the shop. ........ a big wow. A big plus for the js driven part of the shop and the processing state bar with text.
Not so much persons remaining as co author![Wink ;)](./images/smilies/icon_wink.gif)
Not so much persons remaining as co author
![Wink ;)](./images/smilies/icon_wink.gif)
Re: Coffeewebsite responsive
The logo on top is not responsive. This would be very easy to solve.
Then the CSS with automatic image scaling at breakpoint for mobile device:
Code: Select all
<img class="headerlogo" alt="De Kleine Koffiebranderij" title="De Kleine Koffiebranderij" src="/picture/kleine-koffiebranderij-logo.jpg"/>
Code: Select all
@media screen {
.headerlogo {
float: left;
}
}
@media screen and ( max-width: 480px) {
.headerlogo {
width: 100%;
height: auto;
}
}
Schon Konfuzius sagte: "Sei kein YAML-Lappen". YAML-phpwcms-Integration auf http://www.yaml.phpwcms.org