Tagged: x
-
AuthorPosts
-
March 23, 2016 at 4:02 am #849220
Hi there,
I got the following code from x-staff:
<?php // ============================================================================= // VIEWS/GLOBAL/_TOPBAR.PHP // ----------------------------------------------------------------------------- // Includes topbar output. // ============================================================================= ?> <?php if ( x_get_option( 'x_topbar_display' ) == '1' ) : ?> <div class="x-topbar"> <div class="x-topbar-inner x-container max width"> <?php if ( x_get_option( 'x_topbar_content' ) != '' ) : ?> <p class="p-info"><?php echo x_get_option( 'x_topbar_content' ); ?><span class="loginout"><i class="x-icon x-icon-sign-in"></i><?php wp_loginout(); ?></span> <?php endif; ?> <?php x_social_global(); ?> </div> </div> <?php endif; ?>
So now I have an issue with that. When I use Google-Chrome there is a line break between the icon and the linktext “Abmelden”. But that is just with chrome, firefox and safari are fine. I attached a screenshot.
Regards,
LisaMarch 23, 2016 at 4:17 am #849237Hi Lisa,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
March 23, 2016 at 5:15 am #849296This reply has been marked as private.March 23, 2016 at 5:58 am #849336Hi Lisa,
Thanks for writing back!
I’ve checked your site on Google Chrome and links are showing fine in the topbar (see: http://prntscr.com/aivmzq). Would you mind confirming the issue again?
Thank you!
March 23, 2016 at 7:54 am #849443Hi,
Oh I’m so sorry, I wrote you the wrong URL.
Right URL with login credentials follow in a private message.Best!
March 23, 2016 at 7:57 am #849452This reply has been marked as private.March 23, 2016 at 9:08 am #849536Hi Lisa,
It is showing up fine on my end.
http://screencast.com/t/lNWuesguD4
Please clear your browser cache and check again.
Thanks
March 23, 2016 at 9:52 am #849588Hi,
looks like it is a Mac Goggle Chrome problem… I tested on three iOS computers and everywhere the same problem.
What can we do about that?Best,
LisaMarch 23, 2016 at 10:52 am #849679Hi there,
Thanks for updating.
You can add this under Custom > CSS in the Customizer..x-topbar p.p-info { min-width: 400px; }
Hope this helps.
Cheers!
March 23, 2016 at 10:56 am #849688Perfect!
That worked for me.Thanks again 🙂
March 23, 2016 at 1:12 pm #849866You are welcome!
Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Thanks for using X.
Cheers!
-
AuthorPosts