Viewing 4 replies - 1 through 4 (of 4 total)
  • bcolby

    (@bcolby)

    Hello, did you have any issues with your pop-up aligning when you clicked the bio? I’m having issues with mine, however yours seems to be functioning properly.

    Test page:

    http://www.crossfit269.com/?page_id=2293&preview=true

    emad_k

    (@emad_k)

    I had a similar problem,as you can see in link below box-sizing is not fully supported in older versions of browsers
    http://caniuse.com/#search=box-sizing
    by editing meet-my-team/public/assets/css/public.min.css you can improve compatibility by adding -webkit-box-sizing:border-box;-moz-box-sizing:border-box; just before box-sizing:border-box;

    esmi

    (@esmi)

    If you require assistance then, as per the Forum Welcome, please post your own topic instead of tagging onto someone else’s topic.

    awillard108

    (@awillard108)

    emad_k, your solution worked for me. I was having a similar problem, but only in firefox. Thanks for the help.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Alignment issue’ is closed to new replies.