Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #282234

    1. I just added the partner/logo element to my website and when I put my iPhone in landscape mode there is a thin white border line between that and the color section above it. Can you give me some quick CSS to fix this?

    2. I also have a basic question, I added the email icon to my social icons in the header. What do I put in so that when the user clicks it, it will allow them to email me directly and open their email browser. I have included the email I want to use.

    #282336

    Hey djshortkut!

    Thank you for visiting the support forum!

    1.) Remove the top border with this:

    div#equipment {
    border: none;
    }

    2.) On the Social Icons url, add the mailto function. Something like this:

    mailto: (Email address hidden if logged out) 
    

    Regards,
    Ismael

    #282672

    1. The code to remove the top border didn’t work. It only shows up on top of the partner/logo element on the iPhone in landscape mode.

    2. The email worked perfectly, thanks!

    #282870

    Hi!

    Thank you for the update.

    Glad the email work. Regarding the logo/partner element, actually, I can’t see the border on top of the section. I just assume that it is the color section’s top border. If you don’t mind, please provide a screenshot.

    Regards,
    Ismael

    #282871
    This reply has been marked as private.
    #282874

    And by the way I removed the top border from the color section so I’m not sure where this border is coming from.

    #282913

    Hi!

    Thank you for the info.

    I really can’t see the border my end. I’ll ask the rest of the support team to check it. Please try to remove the browser cache then reload the page a few times.

    Best regards,
    Ismael

    #283334

    I was able to fix the issue by making the color section above the partner/logo element the same background color (don’t know why I didn’t think of that before) The strange thing is this issue was only showing up on the iPhone in landscape mode and couldn’t be seen when resizing your browser. Oh well, you can mark this issue resolved and thanks for the help!

    #283386

    Hey!

    Glad you figured it out. If you still have questions, let us know. :)

    Cheers!
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Partner/Logo Element Issue’ is closed to new replies.