Hi,
I am a newbie and I am having difficulty in trying how to find out how I can change the height of the built in slider in the wordpress customizr theme.
I have tried the Customizr themes forum but had no response, so thought I would try this CSS forum as I believe that is the type of code that I will need to change/alter?
Any help would be much appreciated.
Many thanks,
Paul
source?
There may be someone who is familiar with the particular theme, but to increase your chances of getting help, a link to the page in question would allow us to determine just which selector is controlling the height.
cheers,
gary
I checked and it seems the
I checked and it seems the option for this is nowhere to be found.
What you can do is create your own CSS code in appearance and then edit.
Scroll down to the bottom and add this piece of code:
.carousel .item { line-height: 250px; overflow: hidden; min-height: 250px; width: 200px; }
You can ofcourse edit everything you want.
In the meantime, the theme creators are creating a second version for the slider to add this option.
So, I think you can use this option, untill there is a theme update.
Cheers,
Henk