Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2010
    Posts
    2

    Default Joomla template width Problem?

    Hi, I downloaded the free template siteground-j15-147 and applied it to my Joomla site. It looks ok on the main page but when i get in deeper and look at listing, it's all screwed up, images are too big, text goes off the screen and behind images.
    EDIT, the map is screwy too

    Example here: http://nenagh.p4o.net/index.php?opti..._id=3&Itemid=0
    (This is only my test site, i'm moving to Siteground once i have it all ready. 1 year hosting for under a tenner (^_^)

    Anyway, anyone know how to increase the width of the main column of the template?
    i figure that'll help.

    Thanks in advance

  2. #2

    Default

    To edit the width for the website main column you should alter the following section of the template CSS:

    [highlight=css]#ja-container {
    border-left:2px solid #3C3C3C;
    border-right:2px solid #3C3C3C;
    margin:0 auto;
    padding:0;
    text-align:left;
    width:770px;
    }[/highlight]

    You can even use percentage. For example:

    [highlight=css]#ja-container {
    border-left:2px solid #3C3C3C;
    border-right:2px solid #3C3C3C;
    margin:0 auto;
    padding:0;
    text-align:left;
    width: 95%;
    }[/highlight]

    This however will not resolve the currently broken design I am afraid I cannot say what is the exact issue as I am not aware of the changes you made, but I have just tested the template in question and it is working without any troubles. It might be best to wipe out the current installation and start with a new one then make the necessary changes.

  3. #3
    Join Date
    Jul 2010
    Posts
    2

    Default

    Quote Originally Posted by martin v View Post
    To edit the width for the website main column you should alter the following sec.....
    Thank you so much for your help., i'll give it a try

  4. #4
    Join Date
    Jul 2010
    Location
    Manchester UK
    Posts
    5

    Default

    Set it to zero (0) for fluid width

Similar Threads

  1. Replies: 3
    Last Post: 08-09-2010, 06:40 AM
  2. Joomla template J 15-19 - width
    By kirkyrangers in forum General Joomla Discussions
    Replies: 1
    Last Post: 11-17-2009, 08:52 AM
  3. Replies: 1
    Last Post: 10-11-2009, 05:50 AM
  4. sg Joomla 1.5 template v1.0.14: fluid width does not work
    By IrenePappel in forum Free Joomla Templates
    Replies: 9
    Last Post: 08-10-2008, 04:29 AM
  5. Joomla 1.5 - Siteground Template - Full width Fireboard
    By arsenal in forum Free Joomla Templates
    Replies: 1
    Last Post: 02-13-2008, 08:06 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •