test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • mannief Friend
    #120466

    Hello,
    On my site , http://spliffcanvas.net i have the google adsense plugin, currently it is at user2 module position. What i would like is to center that but i have no idea how.

    Could anyone help me with that ?

    Michael Casha Friend
    #220916

    Try this.

    Replace:


    #ja-header,
    #ja-mainnav,
    #ja-topsl,
    #ja-botsl,
    #ja-container,
    #ja-container-fl,
    #ja-container-fr,
    #ja-container-f,
    #ja-footer {
    margin: 0 auto;
    width: 770px;
    text-align: left;
    }

    With


    #ja-header,
    #ja-mainnav,
    #ja-topsl,
    #ja-container,
    #ja-container-fl,
    #ja-container-fr,
    #ja-container-f,
    #ja-footer {
    margin: 0 auto;
    width: 770px;
    text-align: left;
    }
    #ja-botsl {
    margin: 0 auto;
    width: 770px;
    text-align: center;
    }

    in the template_css.css file

    mannief Friend
    #220920

    Thank you very much, it works fine 😉

    Michael Casha Friend
    #220921

    excellent!

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

This topic contains 4 replies, has 2 voices, and was last updated by  Michael Casha 17 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum