CSS formatting not working (specificity issue)
-
HI I am using the responsive template and am struggling with something simple. i know it has to do with specificity and I have been sitting with smashing magazine’s article fir the last few hours and still no luck.
I am trying to to a float property and if I do in inline it works like a dream, however when i try to do it via a css sheet I know it is not picking up due to a specificity problem because a simple margin command is not working either. I want to keep the responsive integrity intact that is why I am moving away from inline to css formatting. (better option in any case”
The page I am working on is:
working pageThe effect I am looking for is like this one
The css code I have been trying is as follow:
#content-full #dmdataholder{ position: relative; width: 800px; margin-top: 100px; } .post-entry #dmimg{ position: relative; float: left; width: 200px; } .post-entry #dmdata{ position: relative; float: left; }
I do know that it it just my selectors that is incorrect and any help would be appreciated.
- The topic ‘CSS formatting not working (specificity issue)’ is closed to new replies.