I facing a problem that my theme cannot work propertly; the right side bar sometime was shifted to the downward. I tried to modify the style.css, it seems it cannot change. Where I can learn more about the style.css? And Only style.css can modify the theme layout (e.g. page width, sidebar width, block width...).
I have managed to port a theme into drupal following the tutorial over at dudertown.com. However, my primary links are appearing vertically, and I want them to appear horizontally like the tabs on this site. They are appearing on the left like I want and the tabs look just fine. The tabs are just appearing one below the other. If this has been addressed somewhere else, please direct me to it because I have been all around looking for a solution. I'm assuming it's easy since I've seen people asking how to replace the vertical delimiter, i.e.
I'm starting to work on integrating my design into Drupal by creating a new template. So far, I'm not having much luck. I was able to get a little bit of text to show up by editing the page.tpl.php file, but no images showed up anywhere. The images are already on my server since they were in the html design - do I need to move them somewhere in order to make them show up in the drupal theme? I'm not sure what to do from here.
I'm currently creating a new theme for my Drupal based website. The theme is named 'Entreo'.
I have a question about entreo_menu_item(). Is is possible for a certain item to 'know' if it's a child? I want to change the menu button layout depending on the level of the item. E.g. the first level items have different layouts in comparison with the second level, and the third level.