Elements Without "#" in the ID
-
Hello guys!
This is probably a stupid question, but since I don’t know, I am willing to learn and I did not find an answer in the internet, I decided to ask you!
I just learned how to move whatever I want in my template by using CSS! Wooohooo! 🙂
However, sometimes, when I inspect an element in order to get the ID and to modify the element in my style.css file, some of the elements do not have “#” before the name. I assume this is the reason, which unables me to move these elements.Example:
#content-sidebar MOVES
#primary-navigation MOVES
#primary-sidebar.primary-sidebar.widget-area MOVESsearch-toggle NOT MOVING
Even if I add # before the name (#search-toggle), it is still not moving.
What should I do in order to change the position of such elements?
The topic ‘Elements Without "#" in the ID’ is closed to new replies.