Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to centre 'asides' in CSS?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #183308
    Everton
    Participant

    Hello

    A kind soul here tried to help me centre text, or text blocks, on a page recently.

    This is the thread link:

    Thread link

    I didn’t quite understand all of his answer.

    This is where my site is located:

    http://www.bayingwolf.com/New/index.asp

    and it is those Hello hello, Bla bla, Purr purr subheadings near the bottom of the page that I am hoping to centre (now they lean towards the left).

    These ‘asides’ are conditioned by the following CSS attributes:

    footer{
        position:relative;
        height:300px;
        clear:both;
        width:100%;
        background-image:url(../images/footer1.png);
        background-position:left top;
        background-repeat:repeat-x;
        background-color:#333333;           
    }
    
    #FooterTwo{
        position: absolute;
        right: 500px;
        top:250px;
        color:white;
    }
    
    .container{
        width:980px;
        margin:0 auto;
        background-color:transparent;        
    }
    
    .footer_left{
        display: inline-block;
            padding:12px;
        margin-top:15px;
        width:170px;
        margin-right:76px;
    }

    Thanks for any help and sorry if I didn’t ‘get it’ the first time.

    Thank you.

    #183314
    __
    Participant

    I didn’t quite understand all of his answer.

    Why are you starting a new discussion?

    If you need more help with the same problem, you should ask in the same place. Multiple discussions are counterproductive.

    The changes @TheDoc described seem to answer you question. If you post back in your original thread and describe which part you don’t understand/ need more help with, I’ll check it out.

    #183319
    Everton
    Participant

    I have posted in the original thread now. My apologies.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.