Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8160845
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T18:22:04+00:00 2026-06-06T18:22:04+00:00

Below is the HTML on my in built page: <div class=notes quotes-notification member-savings f-left>

  • 0

Below is the HTML on my in built page:

<div class="notes quotes-notification member-savings f-left">
<h2>My Notifications</h2>
<ul>
<li><b>need to modify the HTML a little more than on the other pages you worked your account. </li>
<li>An <a href="#">answer has been posted</a> to a question you submitted.</li>
<li>A shop responded to a <a href="#">review you posted</a>.</li>
</ul>
</div>

quotes-notification and member-savings both have different css as below:

.member-savings {
    width: 19%;
    margin-right: 1.6%; 
    border: 2px solid #0c86c9;
}
.quotes-notification{
    width: 32%; 
}

On the page, I need the Notification block to take width as 32%, but this block considers 19% as width and overrides the 32%.
Here, I can not remove the class member-savings Is there any way to disregard 19% ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T18:22:05+00:00Added an answer on June 6, 2026 at 6:22 pm

    Specifying !important for width:32%; is one way to achieve this. But it is not a recommended practice. Another way is by trying to increase the specificity of the CSS delcaration for quotes-notification. i.e. instead of:

    .quotes-notification{
        width: 32%; 
    }
    

    try something like:

    body div.quotes-notification {
        width: 32%; 
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Conside below html - <div class=container1> <div class=container2> <div class=container3> <div class=container4> <div class=element>
I have below html code in one of the opensource project. <form action=/wiki/bin/view/Main/Search> <div
The HTML below will show a page with 2 buttons. One will open a
With the code below I add a DIV to the page, to which I
I have an ASP.NET MVC page that has left Menu Navigation that is built
I'm learning HTML & CSS and have built a page: http://customstudio.co.uk/development The page is
I wonder if anyone can help. An HTML div in a page of mine
The HTML table below is paginated. On page one, $count++ starts at one and
I have an html page that's built dynamically. Some of the images come from
In the below HTML fragment, how can I make the width of a column

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.