Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

135
Views
why is button not taking style in my case MobileButtonResponsive class?

why is button not taking MobileButtonResponsive class ??

<button type="submit" class="btn btn-outline-primary float-lg-end mb-2 MobileButtonResponsive" href="javascript:confirmMsgSubmit('@string.Format(msg, wordInfo["Menu"])')">@modeName

js function

function confirmMsgSubmitAction(actionURL, msg) { document.getElementById("ovly_btn2").onclick = new Function("func_submitAction('" + actionURL"')"); document.getElementById("form_ovly_msg").innerHTML = msg; dispOvly("ovly"); return; }

@@media (max-width: 576px) {

        .MobileButtonResponsive {
           
            padding: 8px;
            display: flex ;
            justify-content: center ;
            align-items: center ;
        }
    }
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Please try this

@media only screen and (max-width: 576px) {
.MobileButtonResponsive {
       
        padding: 8px;
        display: flex ;
        justify-content: center ;
        align-items: center ;
    }
}
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!