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

194
Views
How to avoid div height getting applied from Master page

Greetings for the day!

Am sure it has been asked earlier, but i couldn't find the better solution else where.

Well, there is a Div ID "#ctl00_ctl00_CPMain_Tabs_pnl1111_Fp1_rowHeader" with some inline height, and in Master page also this ID has height defined. I need to diable(or set "auto !important") both the height as it's adding some extra height to the grid.

below is Data.Master code

#ctl00_ctl00_CPMain_Tabs_pnl1111_Fp1_rowHeader {
            height: 630px !important;
        }

i made the inline height "auto !important" by writting below code

$('#ctl00_ctl00_CPMain_Tabs_pnl1111_Fp1_rowHeader').css("height", "auto !important");

Now i am trying to remove height 630px !important height from Master Page (which is getting applied when i am making inline height "auto !important") and set "auto !important".

if (('#ctl00_ctl00_CPMain_Tabs_pnl1111_Fp1_rowHeader').height == "630px !important") {
                    $('#ctl00_ctl00_CPMain_Tabs_pnl1111_Fp1_rowHeader').css("height", "auto !important");
                }

I am unable to avoid height which is getting applied from Master page.

Thanks, Alin

about 4 years ago · Juan Pablo Isaza
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!