Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Styled Themes

    (@gejay)

    Hi There,

    It seems that you have kept the background image, so this is happening in your site. To fix this issue please follow the following steps:
    Go to Dashboard=> Appearance=> Widget=> Banner=> Then keep the Text widget inside the banner widget=> And keep the image like this inside the content <img src="Image url"/> then save it.

    Thanks

    Theme Author Styled Themes

    (@gejay)

    Hi There,

    We didn’t get your reply since two weeks. We hope you got the solution of your issue.

    Thanks

    Thread Starter Mirea91

    (@mirea91)

    Hello.

    Doing this will add a header photo underneath the navigation menu, which is not what I wanted.

    Thread Starter Mirea91

    (@mirea91)

    Never mind. Solved this myself.

    Could you please help me move the navigation menu underneath the banner?

    Theme Author Styled Themes

    (@gejay)

    Hi there,

    To achieve this you need to customize header template altering loading sequence of navigation menu and baner image.In header.php you will find this code

    <?php get_sidebar( 'banner' ); ?>

    Just cut this code and placed just below this code
    <?php get_template_part( 'partials/logo-group' ); ?>

    And finally you will be able to get navigation menu undernath the banner

    Note: Please use header.php template of child theme, so your changes will not overwrite on theme update.

    Thanks

    Theme Author Styled Themes

    (@gejay)

    Hi Mirea91,

    Its been long days, we are unable to hear from your side. Hope you have got your issue fixed.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Move mobile menu up to bottom of header photo’ is closed to new replies.