Mobile app version of vmapp.org
Login or Join
Barnes591

: Div changing css style using chrome develop tools not working? I'm trying to change the CSS settings of a webpage, so it fits my use. Below, as seen, that extended display a div width of

@Barnes591

Posted in: #Css #Html

I'm trying to change the CSS settings of a webpage, so it fits my use. Below, as seen, that extended display a div width of 1200.

The HTML code and css looks like


The HTML code and css looks like


I'm not sure what is overridding, and not allowing the effect to take place.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Barnes591

1 Comments

Sorted by latest first Latest Oldest Best

 

@Harper822

Try Below steps


Try marking your css
!Important
For example :

width: 1200px !Important;


Add the following css to div:

Display: inline-block


Hope it helps..

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme