Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #543707

    Hi there, I’m just about set, just 2 more issues on the mobile view.

    My email and “Meetings by Appointment” in the icon box are getting cut off on mobile. (in the Contact area)

    Can you help?

    #543710

    Hey BrendaSarg!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
    .flex_column { width: 100% !important; margin-left: 0!important; }}

    Cheers!
    Yigit

    #543791

    That mostly worked. Still losing the end of the email on a Galaxy S5 and Apple5 though?

    #543792

    The “Meetings by Appointment” is adjusting perfectly though.

    #544174

    Sorry to bug you again, but this is my last issue and I can launch!

    I added:
    @media only screen and (max-width: 768px) {
    .flex_column { width: 100% !important; margin-left: 0!important; }}

    but on the Iphone and Galaxy S5 if still cuts off ” (Email address hidden if logged out) in the contact area.

    #544183

    Hey!

    Just tried to iPhone 6 and that was not happening.
    Can you please clear the cache and give it a try again?
    Thanks a lot!

    Best regards,
    Basilis

    #544777

    Ya, I still have it? Galaxy as well. Even IPad landscape view

    You can see here: http://quirktools.com/screenfly/#u=http%3A//preferredtax.ca/home&w=1024&h=768&a=22&s=1

    Or tell me how to attach a screenshot and I can do that :)

    #545493

    Hi!

    Please try adding following code to Quick CSS as well

    @media only screen and (max-width: 1024px) {
    .avia-icon-list .iconlist_icon {
        margin-right: 10px;
    }}

    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)

    Regards,
    Yigit

    #545643

    Hey nice side can you give the link to this homepage? Greetings John

    #545655

    Fantastic, thank you!

    #545658

    You’re wellcome

    #545749

    Hi,

    Glad we could help :-)

    Best regards,
    Rikard

    #1092089

    Hi there! We’re having this same issue:

    https://flowster.app/how-to-use-the-sop-marketplace/

    You can see the hyperlink in this screenshot is cutoff on the right side:

    Any ideas how to fix this?

    #1092326

    Hi Trent,

    Please try the following in Quick CSS under Enfold->General Styling:

    p a {
        word-break: break-word;
    }

    Best regards,
    Rikard

    #1092479

    Unfortunately that didn’t help. Any other suggestions?

    #1092627

    Hi Trent,

    Did you select to delete the old CSS and JS files under Enfold->Performance?

    Best regards,
    Rikard

    #1092716

    That worked, thanks!

    #1092871

    Hi Trent,

    Great, I’m glad that you got it working :-)

    Best regards,
    Rikard

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