Slider button hidden in tablet/mobile
-
Hi,
I’m evaluating the enigma theme (which overall is very good) for a startup website that I’m going to launch soon and I am using the slider with the title, description and button.
I noticed that as I decrease the browser size, it very quickly removes the button.
I was wondering what could be changed in the CSS to retain that button (and hide the description instead – i.e. the title and button would be displayed in the small screen sizes).
I attempted to change it with my limited CSS skills using the following custom CSS:
@media (max-width:768px){
.carousel-caption{
top:14%;
}}
@media (max-width:320px){.carousel-caption{
top:2%;
}
.carousel-text h1 {
font-size: 12px !important;
}
.carousel-list li {
display: none;
}}
@media (max-width:480px){.carousel-caption{
top:8%;
}
.carousel-text h1 {
font-size: 12px !important;
}
.carousel-list li {
display: none;
}}which pushes the title up and removes the description list item but still the button is not displaying.
I would appreciate some assistance.
Thanks,
MichaelThe page I need help with: [log in to see the link]
The topic ‘Slider button hidden in tablet/mobile’ is closed to new replies.
