CSS changes
-
Hi,
I added the following CSS to my website and I received great results on the desktop view, however, my mobile view doesn’t so look good. Can I change the mobile view settings without affecting the desktop view? I would like to keep my CSS changes to affect my menus and blog posts. I don’t have the expertise to do this. I would like to keep the CSS below Is this possible? Thank you very much for your time. Please see the views here.
}
.row.topbar_class {
Width: 1300px
}
.top_bar {
width: 1250px;
}
.menubar.m-0 {
width: 1000px;
}
.home.page-template #header {
width: 70%;
position: absolute;
z-index: 999;
float: left;
background: transparent;
}
.content_boxes {
padding: 0px;
border: none;
width: 1100px;
}
.wp-block-cover.aligncenter.has-background-dim {
width: 700px
}
.wp-block-group__inner-container {
width: 700px;
}
.wp-block-group {
width: 1100px
}
.menu {
width: 1300px;
}
.header-logo {
margin-left: -200px
}
.menu-top-menu-container.tva-dropdownmenu {
margin-left: 600px;
text-align: center;
margin-top: 100px;
}
Thank you,The page I need help with: [log in to see the link]
- The topic ‘CSS changes’ is closed to new replies.