Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10256
    gouramani
    Member

    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.

    #10314
    Sakin
    Keymaster

    @gouramani: Can you show me what you have done till now and I will check how can I help you with your code.

    #10322
    gouramani
    Member

    I 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!

    #10334
    Sakin
    Keymaster

    @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.

    #10356
    gouramani
    Member

    I am working with a child theme. I had copied the header.php to my child theme.
    Thank you anyway.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change location of the menu’ is closed to new replies.