Home Forums Theme support smaller margin (mobile – faircar)

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 8 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • hello,

    how can i change the margin from menu to content (it is to big).
    see the pictures.
    http://okmietwagen.de/pic01.jpg
    http://okmietwagen.de/pic02.jpg

    best regards

    Hi,

    I think the problem is the missing logo. You can try to add the following css code in WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

    @media only screen and (max-width: 479px) {
    	#head_line {
    		padding-top:0;
    		margin-top:-40px;
    	}
    	#brand {
    		display:none;
    	}
    }	

    This should solve the problem.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.