Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hello, i am a new user in Drupal and i have created a site using a Zen subtheme. The problem is that i can't figure out how to move the search box in the right side of the header. I have searched a lot ,but most posts are fairly old. I am sorry if this problem has already been solved and i missed it.
I'm trying to create a responsive version of a website I created years ago using the 'basic' theme - http://wefs.co.nz/. I've just been playing around with Zurb Foundation theme (thinking perhaps this is the best responsive theme to get up and running), but am getting a bit lost in the complexity. I don't know what css files to modify to change something simple like a heading size or colour.
I'm building a custom theme and had a question regarding loading custom javascript. For example, WP has a function called wp_enqueue_script() which you can use to load js libraries such as jQuery if it has not already been loaded through a plugin / module etc. and also control the order libraries or scripts load. Does Drupal 7 have a similar function?