Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #958839

    Hi,
    http://www.hotelladdict.se
    1. I want to decease the space between Hotell tips and the header in the mobile view
    Mobile

    2. Menu on mobile
    I want to show the actual text for the menu links on mobile; Boka Hotell and Om Hotell Addict, not just the 4 lines

    What code shall I add?

    Thanks
    Charlotte

    #959609

    Hey Charlotte,

    This code in your quick css is pushing everything down
    Image 2018-05-21 at 11.04.56.png

    It needs to be limited by a media query.

    Best regards,
    Victoria

    #959617

    So what exactly shall I do?
    What is a media query.
    Please before exact in your reply, thanks!

    #959743

    Hi Charlotte,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 990px) {
    	.html_header_top.html_header_sticky #top #wrap_all #main {
    		padding-top: 10px !important;
    	}
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #960212

    Hi Victoria,

    Thanks but this code does not work so good. If I adjust the padding number then it looks good on the mobile but not on the computer.
    Don’t you have a code that works only on the mobile and don’t affect the layout on the computer?

    Best regards
    Charlotte

    #961169

    Hi,

    You can work on a different size for the responsive

    @media only screen and (max-width: 720px) {
    	.html_header_top.html_header_sticky #top #wrap_all #main {
    		padding-top: 10px !important;
    	}
    }

    does that work out better?

    Best regards,
    Basilis

    #963371

    Thanks Basilis :)

    Your code works very well!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Mobile view & menu’ is closed to new replies.