Tagged: menu
- This topic has 4 replies, 2 voices, and was last updated 11 years, 5 months ago by gouramani.
-
AuthorPosts
-
June 10, 2013 at 8:23 am #10256gouramaniMember
Hi, I would like to change the location of the menu to go right next to header image. So it would be in between the header image and the social media + search widget. I have tried all I could think, CSS and changing the header.php file but nothing seems to work.
Thank you so much in advance.
June 11, 2013 at 1:06 am #10314SakinKeymaster@gouramani: Can you show me what you have done till now and I will check how can I help you with your code.
June 11, 2013 at 4:37 am #10322gouramaniMemberI tried to move these lines in the header.php file:
<?php /** * catcheverest_after_hgroup_wrap hook * * HOOKED_FUNCTION_NAME PRIORITY * * catcheverest_header_menu 10 */ do_action( 'catcheverest_after_hgroup_wrap' ); ?>
But as I couldnt find the place in between the image header and the social icons, I couldnt do much…
Thank you for you fast reply. I am loving the theme!
June 11, 2013 at 12:12 pm #10334SakinKeymaster@gouramani: You shouldn’t edit core theme files and also editing header.php will do nothing.
You need to build child theme and then remove the action hook and then add in in your arrangement though your child theme functions.php. I think it’s better you hire developer to customize it for you.
June 11, 2013 at 8:39 pm #10356gouramaniMemberI am working with a child theme. I had copied the header.php to my child theme.
Thank you anyway. -
AuthorPosts
- The topic ‘Change location of the menu’ is closed to new replies.