【发布时间】:2015-01-27 08:48:03
【问题描述】:
这是我网站的link。
虽然我已经设法修改了我网站的大部分 CSS,但菜单栏在桌面模式下看起来很整洁。但是,当您在移动视图中查看我的网站时,菜单栏看起来很难看,就好像它是用纯 HTML 编写的一样。我试图弄清楚使用 Chrome 开发人员工具在 CSS 中修改什么,但我发现那里没有运气。此外,在菜单栏中,有一个名为 CS / IT 的菜单,其中有一个名为 Program Implementations 的子菜单,除非 CS / IT被点击了,我该如何处理?
这是导航菜单的 CSS 代码:
.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
display: inline;
}
@media screen and (min-width: 600px)
.main-navigation ul.nav-menu, .main-navigation div.nav-menu>ul {
border-bottom: 1px solid #ededed;
border-top: 1px solid #ededed;
display: inline-block !important;
text-align: left;
width: 100%;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu>ul {
display: none;
}
@media screen and (min-width: 600px)
.main-navigation ul {
margin: 0;
text-indent: 0;
}
ol, ul {
list-style: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
user agent stylesheetul, menu, dir {
display: block;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}
Inherited from div.menu-default_menu-container
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
Inherited from nav#site-navigation.main-navigation
.main-navigation {
margin-top: 24px;
margin-top: 1.714285714rem;
text-align: center;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
Inherited from header#masthead.site-header
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
Inherited from div#page.hfeed.site
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
Inherited from body.home-page.home.page.page-id-4.page-template.page-template-page-templatesfull-width-php.logged-in.admin-bar.custom-background.siteorigin-panels.siteorigin-panels-home.full-width.custom-font-enabled.single-author.js.myatu_bgm_body.customize-support.su-other-shortcodes-loaded
body.custom-font-enabled {
font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
body {
font-size: 14px;
font-size: 1rem;
font-family: Helvetica,Arial,sans-serif;
text-rendering: optimizeLegibility;
color: #444;
}
body {
line-height: 1;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
www.cyberfosters.com/media="screen"
body {
font-family: "Roboto",arial,sans-serif;
}
Inherited from html
html {
font-size: 87.5%;
}
html {
overflow-y: scroll;
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
【问题讨论】:
-
显示你的代码,甚至你的页面源代码都不可读
-
@Chrys Ugwy:你想要代码的哪一部分? CSS 文件很大!
-
您的导航菜单媒体查询代码
-
@ChrysUgwu:来了!我通过谷歌搜索,它提出了根据窗口大小显示不同内容的媒体查询
-
我在你之前的代码中没有看到任何类似的东西。而媒体的说法是错误的
标签: html css responsive-design wordpress-theming google-chrome-devtools