Okay
  Public Ticket #995096
Change media breakpoint
Closed

Comments

  •  2
    jenij started the conversation

    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

  •  1,609
    Barry replied

    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

  •  2
    jenij replied

    Thank you Barry, that did the job!

    Merry Christmas, Jeni

  •  1,609
    Barry replied

    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