The logo is very large on this site (a requested requirement). As a consequence, the title text on the front page slider is partially hidden by the logo when viewed on IPad landscape.
Please can you give me the css to change the media breakpoint for the home page slider when for iPad landscape view, so that it displays as per when viewed in IPad portrait view.
Hi Support
The logo is very large on this site (a requested requirement). As a consequence, the title text on the front page slider is partially hidden by the logo when viewed on IPad landscape.
Please can you give me the css to change the media breakpoint for the home page slider when for iPad landscape view, so that it displays as per when viewed in IPad portrait view.
Many thanks in advance, Jeni
Hi Jeni,
Please add the following via Appearance > Customize > Theme Options > Custom CSS:
@media (min-width: 992px) {
.header .navigation .navbar-brand img {
width: 310px;
position: relative;
top: -30px;
}
}
@media (min-width: 1200px) {
.header .navigation .navbar-brand img {
width: 400px;
}
}
That will make the logo fit properly in to the header
Best regards,
Barry
QreativeThemes.com | WordPress Themes
Thank you Barry, that did the job!
Merry Christmas, Jeni
You're welcome Jeni! Merry Christmas to you too, and happy holidays!
If you have any questions feel free to ask
Best regards,
Barry
QreativeThemes.com | WordPress Themes