• Resolved Ypanesa

    (@ypanesa)


    The header is not displayed as it should. The hamburger menu is mostly in the middle, but it is set to left, like all menus.
    Logo and title should be left
    Menu should be left

    This time, I deactivated all plugins already, whitch made no difference.

    https://bikeaway.info/

    BTW: In the live preview the hamburger menu ist on the right side.

    • This topic was modified 8 years ago by Ypanesa.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Menaka S.

    (@menakas)

    Hi,
    What are your settings for the menu?

    You can add this to your child theme’s style.css

    .tc-header .btn-toggle-nav.pull-right {
        float: left;
    }
    Thread Starter Ypanesa

    (@ypanesa)

    The code doesn’t do any changes. I let it activ for investigation. The setting looks perfect in the live preview. The settings for the menu are:

    Design and Layout
    Title/logo: left
    Subtitle: show
    Social links: yes (3)

    Navigation Menu
    2 Menus
    Mainmenu: left
    Submenu (horizontal): left

    Menaka S.

    (@menakas)

    Hi,
    The code I gave has not been added to your site. It is not seen.
    Did you put it in the child theme’s style.css?

    Thread Starter Ypanesa

    (@ypanesa)

    I use a child theme. And I can see the CSS in the source code. Search for
    “Header richtig darstellen”. Above your CSS you see my changes as well.

    Menaka S.

    (@menakas)

    Hi,
    Please remove/change the below line. This is not a valid comment in a CSS file.

    <!-- Header richtig darstellen-->

    A CSS comment is either preceded by // or enclosed within /* */

    Thread Starter Ypanesa

    (@ypanesa)

    Oh, what a silly mistake. Shame over me! Sorry and thanks for your help.

    Menaka S.

    (@menakas)

    Hi,
    It happens…:-)

    Will you mark this post as resolved?
    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Header display not right’ is closed to new replies.