Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1495990

    Link at the bottom of page 01:

    Link at the bottom of page 02:

    The logo appears higher on my mobile device.
    Where can I change this?

    Thanks,
    Best regards, Franz

    #1496006

    Hey schweg33,
    Looks like you have added this custom css:

    @media only screen and (max-width: 767px) {
        .responsive #top #main {
            padding-top: 0 !important;
            margin: 0;
        }
    } 

    Remove it or adjust the zero to something like 30px

    Best regards,
    Mike

    #1496028

    I tested this code in the Customizer CSS
    and in Quick CSS.

    Neither worked.

    Is there a way to find out what page number
    this link (see below) corresponds to?

    Thanks and
    best regards,
    Franz

    #1496034

    Hi,
    I think that you misunderstand, do not add the css above, you already added it before, you need to remove it or change the padding-top: 0 !important; to padding-top: 30px !important;

    Best regards,
    Mike

    #1496058

    Hi Mike,
    I just can’t seem to find it.
    On all the mobile pages, the spacing of the logo is correct except on the page linked below:
    The spacing isn’t correct there.
    padding-top: 30px !important; ? not find.
    Thanks, best regards, Franz

    #1496075

    Hi,
    Ok, try adding this css:

    @media only screen and (max-width: 767px) {
    	.responsive #top.post-type-archive-tribe_events #main {
    		 padding-top: 30px !important;
    	}
    	#main > .container_wrap.container_wrap_first {
    		 border-top-width: 0;
    	}
    } 

    Then clear your cache and check.

    Best regards,
    Mike

    #1496085

    Thank you very much
    Mike
    That works perfectly
    You can close this ticket.

    Best regards
    Franz

    #1496086

    Hi,
    Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Logo cropped on mobile’ is closed to new replies.