That site is not using Czr, which isn’t designed to look like that. Did you look through available Themes and find one more suitable?
Yes, I am new to this and found this Customizr theme very modern.
If anyone knows a more suitable theme I would be glad, else I am trying to make my best with this theme.
If I would like to increase the slider height from 500 to 600-700 px, would that be hard?
Thanks for all help 🙂
Most things are doable, but takes a bit of knowledge and experience to do it well.
Try reading some of the Get Started documentation to give you a start.
Yes, I have been doing that for the last week. But I think the Theme is just grate and will use it for more sites so a good “learning” is priority for me 🙂
Sorry for asking questions, I have tried to learn but so far failed 🙂
Where is the 500px height coming from? I would like to have ex 600px.
Any help to get me in right direction are very helpful, thx.
Thx, I have done that and my pictures are imported correctly and displayed in my size 1800x 1300.
So now when I display them from 1200 px width and up it is fine, but when I narrow it below 1200 px width the distance from slider to content below increases ?
I use this code to display the slider;
/* Adjust the Slider Height */
.item {
height: 900px;
}
&
/* Reduce whitespace */
#main-wrapper {
margin-bottom: 0px;
}
Thx agin for this grate theme and I have bought the extra plugin & donated for all grate work the developers have done 🙂
I fixed this gap with snippets like below, now the slider goes from 1300px height to very small depending of witdh.
ex code I used;
@media (max-width: 1200px)and (min-width: 980px){
#customizr-slider.carousel .item {
height: 700px;
min-height: 700px;
line-height: 400px;
}
.carousel-caption h1 {
font-family: Garamond;
font-size: 4em;
}
.carousel-caption p {
font-family: Garamond;
font-size: 2em;
}
}