Y
Y
YouAre2018-01-27 15:11:18
css
YouAre, 2018-01-27 15:11:18

How to change styles in div?

5a6c6a20ea7b2734539919.jpeg
On the right in the inspector you can see the code:

position: absolute;
left: 680px;
top: 0px;

It is necessary to change the value of left to something else, I
prescribe
.layers-widget-column-9-998
{ left: 750px; }

But the new value is interrupted and starts working only when the left value specified at the very beginning is disabled in the inspector.
How to change left value? If the element does not even have a name. In addition, the rest of the elements originate from the framework.css file, and this one from some inline.
I can't figure it out, thanks!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
pereyaslavskiy, 2018-01-27
@pereyaslavskiy

You can use !important to increase style priority. Doesn't work because direct styles take precedence over rules applied to the class. Do you have styles applied directly to this element somewhere?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question