how to add element.style css
-
Hello,
I’m using google chrome and changed the css with java script consol.
there is this code that i should add but i tried a lot of times with different ways on index.php but does’t work anymore.
this is css :element.style {
width: 900px;
padding-right: 1px;
padding-left: 1px;
border-left-width: 1px;
margin-left: 0px;
left: 105px;
}and this is Html :
<div class=”main-content” role=”main”><div class=”site-content page-wrap” style=”
width: 900px;padding-right: 1px;
padding-left: 1px;
border-left-width: 1px;
margin-left: 0px;
left: 105px;
“>please tell me how to add this code and change my theme.
The topic ‘how to add element.style css’ is closed to new replies.