Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • sebbs Friend
    #198413

    site: 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 Moderator
    #537469

    You 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 Friend
    #537470

    Take 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 Moderator
    #537471

    Sorry, 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 Friend
    #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 Moderator
    #537475

    Not 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 Friend
    #537476

    I removed:
    .t3-spotlight {
    margin-top: 130px;
    }

    now look at it …http://baico.dev.dnsnetworks.ca/

    sebbs Friend
    #537477

    Oh okay! I’ll try that

    sebbs Friend
    #537478

    Okay that’s perfect,… how do I remove the line that’s going into the white space ?
    (thanks for you help!)

    TomC Moderator
    #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;
    }

    sebbs Friend
    #537480

    Yay!!! Looks fantastic … thank you TomC 🙂

    TomC Moderator
    #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 Friend
    #537482

    Hi again … I just noticed that my slideshow and highlighted books are hiding under the menu…
    http://baico.dev.dnsnetworks.ca/

    TomC Moderator
    #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;

    sebbs Friend
    #537485

    Now it’s perfect~! …. sorry I didn’t notice that until just a few minutes ago

Viewing 15 posts - 1 through 15 (of 15 total)

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