Okay
  Public Ticket #2105408
Changing icon size on mobile without it affecting the padding size and padding size on desktop
Closed

Comments

  • Joshua started the conversation

    I can't find a way of changing the header padding size specifically for mobile.. the only way I can do this is by changing the icon size.


    Is there a way of changing the header padding size only for mobile? 

    Have tried the default option in the salient settings and this only appears to affect on the desktop version.

  •  3,024
    Andrew replied

    Hi Joshua,

    Can we have a link to your website we see the possible custom css for that. 

    Thanks.

  •  3,024
    Andrew replied

    Hi Joshua,

    Use the following custom css:

    @media only screen and (max-width: 999px){
    #header-space {
        height: 94px !important;
    }
    }
    

    Hope this helps.

  •  8,994
    Tahir replied

    Hey Again,

    Try cropping the mobile logo and remove the whitespace around it : http://prntscr.com/ooqddg . 

    Best


    ThemeNectar Support Team