Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Towhid

    (@cryptex_vinci)

    Hi @bluesteam,

    Try inserting this css snippet:

    .divimegapro-body .uimob340 .um-half .um-button{
        width:48% !important;
        float:left;
        margin:1%;
    }
    
    .divimegapro-body .uimob340 .um-half br{
        display:none;
    }

    Thanks

    Thread Starter BlueSteam

    (@bluesteam)

    Thank You Asif 🙂

    Your css code worked a dream for the buttons to be side by side. I did however modify your css a tad to remove all br that the Divi-Megapro seems to be inserting for some reason and it has fixed up my spacing perfectly.

    .divimegapro-body .uimob340 br {
        display:none;
    }

    Not sure why Divi-Megapro is inserting the breaks.

    Thanks again

    • This reply was modified 6 years, 7 months ago by BlueSteam.
    • This reply was modified 6 years, 7 months ago by BlueSteam.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘2 logins, same shortcode but different CSS’ is closed to new replies.