wordpress - 全宽菜单 WordPress

标签 wordpress css

我想让下面网站的主菜单全宽。它在 wordpress 中。我不确定要在自定义 CSS 中编辑哪个元素。谢谢。

主菜单图片:

enter image description here

最佳答案

这样做:

.top_nav .container {
    max-width: unset;
    width: 100%;
    padding: 0;
}

取消设置该容器的最大宽度意味着,如果您选择扩大整个页面内容的宽度,标题将始终是全 Angular 的,而无需应用新的最大宽度来匹配更新后的内容。

关于wordpress - 全宽菜单 WordPress,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50343481/

相关文章:

php - Woocommerce 商店上的图像被粉碎和扭曲?

HTML Bootstrap 向输入表单添加选项

css - PIE 和 JQueryUI Accordion 的冲突

html - 水平线上的按钮没有 float :Left

css - Chrome 斜框

php - 按客户电子邮件或姓名搜索订单

php - 可捕获的 fatal error : Object of class WP_Error could not be converted to string in. ...第二页之后

css - 将图标加载为字体系列

php - jQuery 自动完成已停止工作

wordpress - 如何在 paypal 结帐页面更改货币?