Free RWD template "Interior"

Please post the URLs to pages, where you've made a CMSimple template available for download

Moderator: mikey

oldnema
Posts: 265
Joined: Wed Jan 21, 2009 5:15 pm
Location: Czech Republic
Contact:

Free RWD template "Interior"

Post by oldnema » Sat Apr 04, 2015 5:40 pm

New free RWD template "INTERIOR DESIGN"

[ external image ]

FULL DEMO + DOWNLOAD HERE

Tested in Firefox 36, Chrome 41, Safari 5.1, Opera 28, IE 9, IE 10, and IE11.

Enjoy, Oldnema
Nobody knows how much time he has left ...
http://oldnema.compsys.cz/en/?Demo_templates

lck
Posts: 2963
Joined: Wed Mar 23, 2011 11:43 am
Contact:

Re: Free RWD template "Interior"

Post by lck » Sun Apr 05, 2015 11:09 am

Good work.
„Bevor du den Pfeil der Wahrheit abschießt, tauche die Spitze in Honig!“   👉 Ludwig's XH-Templates for MultiPage & OnePage

richukunst
Posts: 62
Joined: Tue Feb 12, 2013 3:00 pm
Location: Schweiz / Steffisburg
Contact:

Re: Free RWD template "Interior"

Post by richukunst » Sun Apr 05, 2015 12:52 pm

Beautiful modern template, good work.
Webdesign, Templates, Kunst
richukunst
Richard Kircher
http://www.richukunst.ch

Tata
Posts: 3586
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: Free RWD template "Interior"

Post by Tata » Sun Apr 05, 2015 7:47 pm

Moooc hezky, Pepo.
Very nice, Johny.
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

Nicky
Posts: 164
Joined: Sun Feb 08, 2009 9:50 am
Location: Antwerp, Belgium

Re: Free RWD template "Interior"

Post by Nicky » Mon Apr 18, 2016 12:22 pm

Very nice! Is it possible to change the width of the slideshow? I tried with smaller images (slide01.jpg, slide02.jpg, ...) width about 900px but this results in the images being displayed left instead of centered.

I'm sure it can be defined in the css somewhere, but I'm not sure where exactly..

Thx in advance for any advice.

lck
Posts: 2963
Joined: Wed Mar 23, 2011 11:43 am
Contact:

Re: Free RWD template "Interior"

Post by lck » Mon Apr 18, 2016 12:56 pm

stylesheet.css line 147

Code: Select all

.cycle-slideshow {
    max-width: 99%; /* change to e.g. 900px */
    margin: auto;
    padding: 0;
}
or the complete header, line 79

Code: Select all

header {
    height: auto;
    padding: 1em;
    background: #EEEEEE;
    width: auto; /* change to e.g. max-width: 900px; */
    margin: 0 auto; /* add this */
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
„Bevor du den Pfeil der Wahrheit abschießt, tauche die Spitze in Honig!“   👉 Ludwig's XH-Templates for MultiPage & OnePage

Nicky
Posts: 164
Joined: Sun Feb 08, 2009 9:50 am
Location: Antwerp, Belgium

Re: Free RWD template "Interior"

Post by Nicky » Mon Apr 18, 2016 1:12 pm

Thank you so much!

First option was already exactly right.

Best regards.

Nicky
Posts: 164
Joined: Sun Feb 08, 2009 9:50 am
Location: Antwerp, Belgium

Re: Free RWD template "Interior"

Post by Nicky » Sun Dec 18, 2016 11:01 am

Is it possible to center the navigation buttons under the slider, instead of lined up to the left?

No idea what part of the css to edit however. Any help welcome, thanks.

lck
Posts: 2963
Joined: Wed Mar 23, 2011 11:43 am
Contact:

Re: Free RWD template "Interior"

Post by lck » Sun Dec 18, 2016 12:06 pm

stylesheet.css Line 402, disable float, set to none or delete it:

Code: Select all

#nav ul.menulevel1 li {
    /* float: left; */
    margin-right: 8px;
    position: relative;
    white-space: nowrap;
}
„Bevor du den Pfeil der Wahrheit abschießt, tauche die Spitze in Honig!“   👉 Ludwig's XH-Templates for MultiPage & OnePage

Nicky
Posts: 164
Joined: Sun Feb 08, 2009 9:50 am
Location: Antwerp, Belgium

Re: Free RWD template "Interior"

Post by Nicky » Sun Dec 18, 2016 12:30 pm

Does the job for the 'h1' buttons, however there is an error in the menulevel2, topics are all besides each other spread out horizontally instead of vertical. Menulevel 3 however displays correctly again..?

Please check demo link -> http://www.walhalles.be/december2016
Thx in advance for your time.

Post Reply