Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1332556

    Hi,
    it would be great if you could have a look at my website.On most sides is the same layout but on some there is no space between the picture in the colorsection and following text in the mobile version..I cannot find the mistake and cannot put in extra space.Desktop version looks ok.
    Would be great if you colud help me”

    Many greetings
    rixi

    #1332560

    Hey rixi,
    Thank you for the links to your site, so basically your second section under the diagonal background image each has the first column with a negative margin to bring the content up, which seems to be too much for mobile because the angle of the diagonal is less.
    So this css would correct:

    @media only screen and (max-width: 1024px) { 
    	 .responsive #top #wrap_all #av_section_2 .flex_column.first {
    		margin-top: 0px;
    	}
    }

    The reason /buchhaltung/ seems ok is because it doesn’t have the margin, and the reason /lohnbuchhaltung/ seems ok is because it has a special-heading with margin-top of 50px, to it offsets the negative margin from the column.
    So try the above css and clear your browser cache.

    Best regards,
    Mike

    #1332577

    Hello Mike,
    perfect :) Thanks a lot, it works!!!

    Many greetings and a very nice week,
    rixi

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Cannot set space on pages for mobile version’ is closed to new replies.