Page 1 of 2

Free RWD template "Interior"

Posted: Sat Apr 04, 2015 5:40 pm
by oldnema
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

Re: Free RWD template "Interior"

Posted: Sun Apr 05, 2015 11:09 am
by lck
Good work.

Re: Free RWD template "Interior"

Posted: Sun Apr 05, 2015 12:52 pm
by richukunst
Beautiful modern template, good work.

Re: Free RWD template "Interior"

Posted: Sun Apr 05, 2015 7:47 pm
by Tata
Moooc hezky, Pepo.
Very nice, Johny.

Re: Free RWD template "Interior"

Posted: Mon Apr 18, 2016 12:22 pm
by Nicky
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.

Re: Free RWD template "Interior"

Posted: Mon Apr 18, 2016 12:56 pm
by lck
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;
}

Re: Free RWD template "Interior"

Posted: Mon Apr 18, 2016 1:12 pm
by Nicky
Thank you so much!

First option was already exactly right.

Best regards.

Re: Free RWD template "Interior"

Posted: Sun Dec 18, 2016 11:01 am
by Nicky
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.

Re: Free RWD template "Interior"

Posted: Sun Dec 18, 2016 12:06 pm
by lck
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;
}

Re: Free RWD template "Interior"

Posted: Sun Dec 18, 2016 12:30 pm
by Nicky
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.