Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1150787

    Hi,

    how can i delete the right padding oft the last menu item so that it is in one line with the container content on the right side.
    Right now it’s about 20px right from the container content.

    Thank you for helping!

    #1150827

    Hey Stefan,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1150856

    The english Flagg should be in the same right line like the Instagram Logo.

    Thank you!

    #1150906

    Hi Luisgasser,

    Best regards,
    Victoria

    #1150915

    thank you for looking. What i mean is that the english flag should be on the right edge in the same line with content text

    #1151620

    Hi,
    Sorry for the late reply, I believe these are lining up well with this css, but feel free to adjust the default padding is 13px. Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .av-language-switch-item.language_en a {
    	padding-right: 7px !important; 
    }
    .av-language-switch-item.language_de a {
    	padding-left: 7px !important; 
    	padding-right: 7px !important;
    }

    After applying the css, Please clear your browser cache and check.
    2019-10-27-165502

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.