help with a joomla template

3 replies
  • WEB DESIGN
  • |
hi i have wrapped the whole body in center tags but the grey bulk of content will not go into the center, but the image beneath does. im guessing this is css related? can anybody help please? site is: http://www.googlesniper.net
#center #google #joomla #sniper #template
  • Profile picture of the author leppozdrav
    I think the grey bulk is doing good in the link which you provided! I find image is center aligned. If I am mistaken, can you let me know what you are actually looking for so that I can help you out.
    {{ DiscussionBoard.errors[4454241].message }}
  • Profile picture of the author coolspot2
    ok, the rest of the page except for the add to cart button needs to come to the right abit, to align dead on center like the add to cart button
    {{ DiscussionBoard.errors[4456094].message }}
  • Profile picture of the author leppozdrav
    in tdefault.css,

    #Liquid {
    float: left;
    width: 860px;
    height: 318px;
    display: block;
    margin: 0px;
    overflow: hidden;
    background: url(../images/slide.png) 0 0 no-repeat !important;
    }

    This is ur outer panel

    Now you need to specify width for the inner pannel too. But it is not present.

    Try adding this.

    ===========================
    #gb_slides, #gb_slides .slide_gb {
    width: 860px;
    height: 318px;
    display: block;
    float: left;
    margin: 0px;
    overflow: hidden;
    position: fixed;
    }
    ===========================
    {{ DiscussionBoard.errors[4463820].message }}

Trending Topics