-
AuthorPosts
-
sebbs Friend
sebbs
- Join date:
- February 2006
- Posts:
- 529
- Downloads:
- 0
- Uploads:
- 62
- Thanks:
- 164
- Thanked:
- 6 times in 2 posts
June 2, 2014 at 6:24 pm #198413site: http://baico.dev.dnsnetworks.ca/
Hello – I would like to remove the empty space that is above my Information/My Account Menu in my footer so that the menu sits closer to the black bar/breadcrumb
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 2, 2014 at 6:35 pm #537469You can try this . . . .
Reduce the margin you have for the following CSS rule (already in your custom.css file) – for example::
.t3-spotlight {
margin-top: 30px;
}Better?
sebbs Friendsebbs
- Join date:
- February 2006
- Posts:
- 529
- Downloads:
- 0
- Uploads:
- 62
- Thanks:
- 164
- Thanked:
- 6 times in 2 posts
June 2, 2014 at 6:37 pm #537470Take a look … theres a line now coming into the white space … I would like to remove more space – is that possible? <em>@TomC 430330 wrote:</em><blockquote>You can try this . . . .
Paste within your custom.css file :
.t3-footer .container {
margin-top: -80px;
}Better?</blockquote>
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 2, 2014 at 6:40 pm #537471Sorry, I modified my suggestion above … probably before you saw it. :-[
Forget my previous recommendation . . . . reduce the margin you have for the following CSS rule (already in your custom.css file) – for example::
.t3-spotlight {
margin-top: 30px;
}sebbs Friendsebbs
- Join date:
- February 2006
- Posts:
- 529
- Downloads:
- 0
- Uploads:
- 62
- Thanks:
- 164
- Thanked:
- 6 times in 2 posts
June 2, 2014 at 6:43 pm #537474@charset “utf-8”;
/* CSS Document */.col-xs-12.col-md-3.logo.col-sm-6 {
width: auto;
}html.home .t3-mainbody {
display: none !important;
}
col-xs-12.col-md-6.t3-mainnav.navbar.navbar-default.hidden-sm {
width: auto;
float: right;
}
.t3-header {height: 125px;
padding-bottom: 0;
padding-top: 15px;
position: relative;
}.t3-spotlight-1 .t3-module {
margin-bottom: 0;
margin-top: -20px;
}.t3-mainnav {
border-left: 0 none;
border-radius: 0;
border-right: 0 none;
bottom: 125px;
float: right;
width: 1000px;
}#toolbar {
height: 40px;
}.logo-image {
margin: 0 0 5px;
overflow: hidden;
}#toolbar .toolbar-ct-3 {
border-left: none;}
.navbar-nav > li > a {
border-left: 1px solid #0067A2
padding-top: 30px;
padding-left: 17px;
padding-right: 17px;
padding-bottom: 20px;}
.t3-module.highlight .module-title{
margin:10px 0 0 -10px !important;
padding:10px 20px !important;
}
.t3-module.highlight .module-ct{
padding:10px !important;
}.t3-footer .container {
margin-top: -80px;
}
.t3-module.highlight .ja-slidenews-item:first-child{
margin-bottom:6px !important;
padding-bottom:6px !important;
}.t3-header.affix {
position: fixed;
width: 100%;
z-index: 1030;
top: 40px;
}#toolbar {
position: fixed;
top: 0;
width: 100%;
}
.t3-wrapper {
top: 40px;
}.t3-mainnav .t3-navbar {
margin-top: 4px;
}.t3-spotlight {
margin-top: 130px;
}.module-title {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border-bottom: 1px solid #000000
color: #000000
display: none;
font-family: ‘Roboto’,sans-serif;
font-size: 15px;
font-weight: 700;
line-height: 20px;
margin: 0 0 20px;
padding: 0 0 20px;
text-transform: uppercase;
}—————-
This is my custom.css – What should I remove?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 2, 2014 at 6:44 pm #537475Not remove, but reduce the margin pixel value you have for the following CSS rule
(already in your custom.css file) – for example::
.t3-spotlight {
margin-top: 30px;
}sebbs Friendsebbs
- Join date:
- February 2006
- Posts:
- 529
- Downloads:
- 0
- Uploads:
- 62
- Thanks:
- 164
- Thanked:
- 6 times in 2 posts
June 2, 2014 at 6:45 pm #537476I removed:
.t3-spotlight {
margin-top: 130px;
}now look at it …http://baico.dev.dnsnetworks.ca/
sebbs Friendsebbs
- Join date:
- February 2006
- Posts:
- 529
- Downloads:
- 0
- Uploads:
- 62
- Thanks:
- 164
- Thanked:
- 6 times in 2 posts
June 2, 2014 at 6:45 pm #537477Oh okay! I’ll try that
sebbs Friendsebbs
- Join date:
- February 2006
- Posts:
- 529
- Downloads:
- 0
- Uploads:
- 62
- Thanks:
- 164
- Thanked:
- 6 times in 2 posts
June 2, 2014 at 6:47 pm #537478Okay that’s perfect,… how do I remove the line that’s going into the white space ?
(thanks for you help!)TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 2, 2014 at 6:54 pm #537479<em>@sebbs 430340 wrote:</em><blockquote>Okay that’s perfect,… how do I remove the line that’s going into the white space ?
(thanks for you help!)</blockquote>You can add the following to your custom.css file . . .
.footer-links {
border-left: none;
}1 user says Thank You to TomC for this useful post
sebbs Friendsebbs
- Join date:
- February 2006
- Posts:
- 529
- Downloads:
- 0
- Uploads:
- 62
- Thanks:
- 164
- Thanked:
- 6 times in 2 posts
June 2, 2014 at 6:55 pm #537480Yay!!! Looks fantastic … thank you TomC 🙂
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 2, 2014 at 6:59 pm #537481<em>@sebbs 430343 wrote:</em><blockquote>Yay!!! Looks fantastic … thank you TomC :)</blockquote>
As always, happy to be of assistance where/when I can. 😎
sebbs Friendsebbs
- Join date:
- February 2006
- Posts:
- 529
- Downloads:
- 0
- Uploads:
- 62
- Thanks:
- 164
- Thanked:
- 6 times in 2 posts
June 2, 2014 at 7:03 pm #537482Hi again … I just noticed that my slideshow and highlighted books are hiding under the menu…
http://baico.dev.dnsnetworks.ca/TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 2, 2014 at 7:09 pm #537484<em>@sebbs 430345 wrote:</em><blockquote>Hi again … I just noticed that my slideshow and highlighted books are hiding under the menu…
http://baico.dev.dnsnetworks.ca/</blockquote>Ok . . . What if you were to try this ??
.t3-sl-1 {
padding-top: 150px;1 user says Thank You to TomC for this useful post
-
AuthorPosts
This topic contains 15 replies, has 2 voices, and was last updated by sebbs 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum