crackodile Posted March 6, 2013 Share Posted March 6, 2013 Hi, I have a WP blog and have used a plugin for a custom header. The php code worked great but now the only issue is the site is responsive except for the header so I need to adjust the php code. Here is the code I am using that needs to be adjusted ... // standard code if(function_exists('chi_display_header')) { chi_display_header(); } The blog is at www.youareoncrack.com The header is 1010 by 204 and I need it to shrink for mobile and tablets, the rest of the site is perfectly responsive. I would like to learn to adjust things myself and the WP support forums are completely useless so hoping someone here can help me! The plugin I am using can be viewed here -- http://www.blackbam.at/blackbams-blog/2012/06/25/custom-header-images-plugin-for-wordpress/ And if you scroll to the bottom of page, there is a vague answer to my question but I am not exactly sure how to do this without causing issues with the entire code. Any help would be appreciated! Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.