Tagged: x
-
AuthorPosts
-
November 1, 2016 at 11:37 pm #1240252
DodgersWinParticipantI fixed the Blog page but was not able to fix the single blog post page.
The post/image starts behind my transparent menu (I think I need some sort of margin or padding).
I am using the following CSS
.x-navbar {
position:absolute;
width:100%;
background-color:transparent;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border-bottom:none;
}h1{
line-height: .1;
}h1 {
font-size: 80px !important;
}.x-header-landmark{
margin-top: 95px;
}.blog .x-container.max {
max-width: 900px;
}November 1, 2016 at 11:38 pm #1240257
DodgersWinParticipantThis reply has been marked as private.November 2, 2016 at 3:33 am #1240402
ChristopherModeratorHi there,
Please remove
position: absolute;property from following code :.x-navbar { position: absolute; width: 100%; background-color: transparent; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border-bottom: none; }To reduce the height between navbar and content, add this :
header.x-header-landmark.x-container.max.width { margin-top: 10px; }Hope it helps.
November 2, 2016 at 11:19 am #1241004
DodgersWinParticipantRemoving position: absolute; property worked great for the single post blog page but led to the home page menu/navbar to no longer being transparent with picture behind it.
November 2, 2016 at 11:19 am #1241006
DodgersWinParticipantThis reply has been marked as private.November 2, 2016 at 12:43 pm #1241154
ThaiModeratorHi There,
Please keep your custom CSS and add the following CSS also:
.single-post .x-navbar { position: relative; }Hope it helps 🙂
November 2, 2016 at 2:26 pm #1241302
DodgersWinParticipantThank you. Worked perfectly.
November 2, 2016 at 8:09 pm #1241731
Rue NelModeratorYou’re welcome! We’re happy to help you out.
If you need anything else we can help you with, don’t hesitate to open another thread. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1240252 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
