Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1333942

    Hi,
    I have information and Social share icons in the small bar above the navigation. Unfortunately, these disappear when displayed on the mobile phone in an upright position. They are shown in the landscape position, but above all it is important for me to be able to see them in the upright position.

    I tried a code from Mike in this thread.

    https://kriesi.at/support/topic/mobile-icons-still-not-showing-extra-bar-on-top-of-header/#post-867252

    It almost looks as if it would be the right solution, but unfortunately only almost. The icons are not shown completely. Can you give me an advise?

    Best regards – and Of course a merry Christmas
    Grobi

    #1333944
    This reply has been marked as private.
    #1333973

    Hi Grobi,

    Thanks for contacting us!

    It seems like you have following custom CSS code

    @media only screen and (max-width: 479px) { 
    .html_stretched #wrap_all {
      margin-top: -20px !important;
    }}

    Please remove it and that should help :)

    Merry Christmas and Happy New Year!

    Best regards,
    Yigit

    #1334387

    Hi Yigit,
    thanks for answering on chrismas!!!

    I removed the code, but without an effect. The social share icons are still not dispalyed in the upright position of the smart phone.
    Only in the “landscape”-position – sideways – you can see the icons.

    Can you help?
    best regards
    Grobi

    #1334404

    Hi Grobi,

    You are welcome! We hope you enjoyed your holidays :)

    Could you please go to Enfold theme options > Performance and disable CSS file merging and compression, save theme options, refresh your page a few times and check if that helps? If it does not, please create temporary admin logins and post them here privately so we can look into it :)

    Best regards,
    Yigit

    #1336651

    Hi Yigit,
    I followed your suggestions, but it does not work.
    You find login details below.

    Thank you for helping me.
    best regards
    Grobi

    #1336684

    Hi,
    Thank you for the link to your site, I checked your Quick CSS and found the css that Yigit suggested removing still there so I removed for you

    
    .html_stretched #wrap_all {margin-top: -20px!important; }

    2022-01-22_009.jpg
    now that the icons show correctly I note that your link and text below them has black color on a black background so I added this css to show:

    @media only screen and (max-width: 479px) { 
    	#top #header_meta a {
        color: #fff !important; 
    	}
    }

    please clear your browser cache and check.

    Best regards,
    Mike

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