Theme4Press › Forums › evolve › Bootstrap Slider › Reply To: Bootstrap Slider
#19150
|
Hi Brian,
Upon checking, it seems that the titles of the bootstrap slider are already running as links on small devices. As for the menu-container, so it seems not to be overlapping the container-header and is placed right under it. Also not affecting any other part.
In regard of header image, if you want to achieve something like this: http://prntscr.com/7wgg4h so you can try adding the following code under your custom CSS:
1 2 3 4 5 6 7 8 9 10 |
@media only screen and (min-width: 768px) { .header { min-height: 165px !important; } #logo-image { height: 125px; } } |
Thanks.