Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #982245

    Hi,

    after i did the update to 4.4 the phone number on the top right has no margin and is to tight at the right border.

    screenshot

    Thanks for the support
    Max

    #982265

    Hey Max,

    Add this to quick css:

    .phone-info{
    padding-right:10px!important;
    }

    Best regards,
    Jordan Shannon

    #982416

    Jordan again :)

    Thanks dude.

    Next problem regarding the phone number. On mobile it does only show ‘Tel’ but no number.

    #982634

    Hi Max,

    I can’t see that happening on my end using Chrome, in what browser/phone are you seeing that?

    Best regards,
    Rikard

    #983591

    Hi Rikard,

    i using iphone SE – Safari.

    Screenshot

    #983825

    Hi,

    Can yiu open in Icognito please the web site and send us a screenshot from there.

    Best regards,
    Basilis

    #983899

    The site is opened icognito. I also checked the site on a iphone 6, exactly same problem. No user is logged in.

    #983936

    Hi,

    Try adding the following to quick css:

    Apologies, but I’m not seeing the issue either.

    Best regards,
    Jordan Shannon

    #984184

    Hi Jordan,

    i tried on a third phone – iphone 7 Safari. Same issue. Phone number at the top bar does not show up. Only TEL without any numbers.

    There is no quick css in your message.

    Regards
    Max

    #984289

    Hi,

    Please provide admin info in the private area so we cal look into this issue further.

    Best regards,
    Jordan Shannon

    #987947
    This reply has been marked as private.
    #988833

    Hi,

    I adjusted the code to this:

    Tel: <a style="color:#ffffff!important;text-decoration:none" href="tel:06131 9689610">06131 9689610</a>

    Please test to see if it works.

    Best regards,
    Jordan Shannon

    #988853

    Hi Jordan, yes it works. Where did you put in the code? And how can i adjust left / right position?
    .

    #988870

    Hi,

    I put the code in the Enfold Options header section, the same area were you already had it.

    Best regards,
    Jordan Shannon

    #992402

    Thanks. Great. And how can i put the number in the center of that field?

    #992963

    Hi,

    I’m not sure what you’re asking. You already had the phone number in there.

    Best regards,
    Jordan Shannon

    #992966

    Right, but the alignment is not perfect.
    I like to have it centered. Now it´s a bit on the left side.

    Max

    #992981

    Hi,

    Add this to quick css:

     @media only screen and (max-width: 1024px)  {
    .phone-info{
    position:relative!important;
    margin-left:30px!important;
    padding-top:15px!important;
    }}

    Best regards,
    Jordan Shannon

    #993220

    Has no effect on mobile phone screen.

    #994022

    Hi,

    Did you make sure to clear the cache? Also be sure to place my code to the very top of quick css so that it runs first.

    Best regards,
    Jordan Shannon

    #995621

    Sorry, you were right. It was the cache. It´s working now. Thanks a lot.

    #995647

    Hi,

    No problem at all my friend. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 22 posts - 1 through 22 (of 22 total)
  • The topic ‘Phone number at top problem’ is closed to new replies.