Changes in style.css not working
-
I am currently using the twenty eleven theme and I have made significant changes to the theme and the style.
My current issue is that I am trying to change the width and margins of the content and the sidebar. My current code displays the following:
#primary {
float: left!important;
margin: 0 -40.4% 0 0;
width: 100%;
}
#content {
margin-right: 1px;
margin-left: 1px%;
width: 57%;
}
#secondary {
float: right;
margin-right: 1px;
width: 33%!important;
}I used Google Chrome Elements to make the changes and see how I wanted the page I copied the lines then replaced the lines in my style sheet above but when I go to my site the changes did not go into effect.
I have viewed the site in multiple browsers, I called my hosting provider to make sure that was not an issue and they told me everything was fine. So it is a wordpress issue I am just unsure as to why my changes in my style.css are not taking place
My websites URL is: https://www.thealiveacademy.com
- The topic ‘Changes in style.css not working’ is closed to new replies.