• Closed
  • EMH
    Spectator
    October 26, 2015 at 5:26 pm #21616

    screen grab of mobile device

    I need to reposition the menu on mobile devices as it obscures my logo – is this possible?

    site url is test.torrisdaleblog.co.uk

    Denzel Chia
    Moderator
    Posts: 2656
    October 27, 2015 at 7:04 am #21629

    Hi,

    Please add the following in your Theme Options -> Custom CSS

    @media screen and (max-width:768px){
    .header{
    height:300px !important;
    }
    }

    You will need to adjust the 300px.

    Thanks!

    EMH
    Spectator
    Posts: 36
    October 27, 2015 at 10:52 am #21634

    Many many thanks!
    Love the support for this theme.

    x