Reducing min-height to 450
-
My website is https://www.rosstheexplorer.com
I went into Appearance – Edit CSS and tried to add some extra code to reduce the minimum height from 492px to 450px. This caused the slider to disappear. After removing the CSS code, deactivating and reactivating the plugin and clearing my cache I still cannot get the plugin to reappear.
Can you clarify the correct code I would need to type into Edit – CSS to alter the minimum height of the plugin.
The ID for my slider is #Home Page .owl-item
So I want
element.style {
padding: 0% 5%;
margin: 0px 0%;
background-image: url((unknown));
background-position: left top;
background-size: contain;
background-repeat: no-repeat;
background-color: rgb(255, 255, 255);
min-height: 450px;}Before it crashed, I loved the plugin. I just really hope I can get the minimum height slightly adjusted.
- The topic ‘Reducing min-height to 450’ is closed to new replies.