• Closed
  • EMH
    Spectator
    26.10.2015 at 17:26 #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
    27.10.2015 at 07:04 #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
    27.10.2015 at 10:52 #21634

    Many many thanks!
    Love the support for this theme.

    x