如何修复不在wordpress中居中的菜单

Posted

技术标签:

【中文标题】如何修复不在wordpress中居中的菜单【英文标题】:How to fix Menu not centered in wordpress 【发布时间】:2019-09-10 05:24:51 【问题描述】: 请帮助我无法使我的菜单在我的网站中居中是菜单始终正确 我使用新页面进行主页设置和那个错误 是我使用主页默认设置的中心,但该页面我无法编辑 网站 : http://k17tcth11.beget.tech 对不起我的英语

这是为 Wordpress 准备的

<nav class="awemenu-nav awemenu-has-logo <?php print $is_transparent_mode ? 'awe-header--transparent' : ''; ?>" data-sticky="<?php echo esc_attr( (bool) mojado_option( 'mojado_header_nav_sticky' ) ); ?>">
            <div class="container">

                <div class="awemenu-container">
                    <div class="awemenu-language-search awe-fr">
                        <?php get_template_part( 'template-parts/header-search' ); ?>
                        <?php get_template_part( 'template-parts/header-language' ); ?>
                    </div>

                    <?php if ( $is_transparent_mode ) : ?>
                        <?php print mojado_site_logo( 'home_logo', true, '<div class="home-logo">', '</div>' ); // WPCS: XSS OK. ?>
                    <?php endif; ?>

                    <?php
                    /**
                     * Navigation Main Menu.
                     */
                    wp_nav_menu( array(
                        'container'      => '',
                        'menu_id'        => 'primary-menu',
                        'menu_class'     => 'main-navigation awemenu',
                        'theme_location' => 'primary',
                        'walker'         => new Mojado_Walker_Menu,
                        'fallback_cb'    => array( 'Mojado_Menu_Support', 'fallback' ),
                    ) );
                    ?>
                </div><!-- .awemenu-container -->

            </div><!-- .container -->
        </nav><!-- .awemenu-nav -->

【问题讨论】:

【参考方案1】:

在 header.scss 第 8 行替换为我的 CSS。这将解决您的问题。

.awe-header--transparent.awemenu-standard:not(.awemenu-sticky) 
    top: 0;
    width: 100% !important;
    position: absolute;
    background-color: transparent;
    left: 0px;

【讨论】:

以上是关于如何修复不在wordpress中居中的菜单的主要内容,如果未能解决你的问题,请参考以下文章

在WORD里拖动鼠标滑轮,页面不上上下走,而是放大缩小,怎么回事?

UIVIew 中的 UIButton 不在 iPhone 应用程序中居中

子菜单不在WordPress下拉菜单中复制样式

如何让我的菜单项在引导下拉菜单中居中

Flex 项目不在 IE 中居中

如何在框架中居中 JButtons(主菜单)?