Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #26026

    Hello,

    1.I would like to reduce the height of the footer. Ive simply a text widget in use in 3 columns but the height of the foter seems to have alot of padding – how can I reduce this.

    2. I woulds like to reduce the margin between my left sidebar and the edge of the browser.

    — Cheers

    #129026

    Hi,

    The content should push the footer. Please try to add more content to push the footer and socket down.

    You can’t reduce the margin between your sidebar and the browser edge. It will break the layout.

    Regards,

    Ismael

    #129027

    Hello,

    I have content in the page , (page scrolls down) mainly due to the footer size.

    I’d like to remove the need for the user to have to scroll down due to the footer size being too big.

    Please can you advise were in the css to edit …

    #129028

    Hi,

    Without seeing the pages in question there is no way for us to provide the css you need to fix the problems. There are a number of ways to build the footer and there are multiple page layouts and the css will need to be slightly changed for each variant. You can mask your url if you wish using http://www.goo.gl

    Thanks,

    Nick

    #129029

    Hello,

    here is my page.

    http://goo.gl/GZuZi

    I would like to make the footer not as high.

    If possible have the sidebar start at the far left?

    #129030

    Hi,

    you have a javascript error coming out of the piece of inline code you added for people with old browsers above the </header

    You need to change your line

    var $buoop = {vs:{i:8,f:15,o:,s:5,n:9}}

    to

    var $buoop = {vs:{i:8,f:15,o:10.6,s:5,n:9}


    To change the height , here is css

    #footer {
    padding: 0px 0 0px 0 !important;
    }
    @media only screen and (min-width: 768px){
    div .av_one_third {
    height: 180px;
    }}
    #socket .container {
    padding: 5px 0;
    margin-top: 15px;
    }

    Please add it to your /css/custom.css file

    Thanks,

    Nick

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Reduce fotter size – reduce space left of sidebar’ is closed to new replies.