CSS of parent theme can be found in the directory http://www.guestvibe.com/wordpress/wp-content/themes/zincious/css/ and are called:
- admin
- color
- layout
- ie
- navigation
- pagination
- required
- slideshow
- typography
I know this sort of positioning question has been done to death but I’m finding it difficult because of the nature of editing an existing theme.
Essentially, I’d like to position #left and #right next to each other within #featured, but #body below it is giving me problems. Currently, #right is found inside the blue, stripy #body.
My attempt is commented out in the child CSS, but that only caused more havoc.
Add the following definitions:
Of course, you can make #left and #right whatever dimensions you’d like. I just made them 50% for illustrative purposes.