Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • zizizkill Friend
    #175292

    Hello,

    I was using firebug to try and modifiy the css code of the “ja-container”. When I tried to modifiy the width (980px) I didn’t find any path to any file.

    Here is a pic of the code :

    At

    body.bd .main {
    width: 980px;
    }
    /joomla15/ (line 43)

    “joomla15” is the root of my website and the “line 43” is what I’m looking for.

    Any idea of how to modifiy this propriety ?

    Thanks


    1. mainfb
    TomC Moderator
    #445126

    What is it exactly you are wanting/trying to accomplish?

    So that I may best try to assist you and provide you with concise guidance as to what you need to do within your template/site structure, please provide the url of the site you’re working on, as well as set “Optimize CSS” to “No” within your Template Manager–General Settings

    zizizkill Friend
    #445134

    I’m am trying to find the file on my website where I can modify the width of the “body.bd .main” as shown on the pic.
    Sent my website link in PM

    TomC Moderator
    #445136

    Try looking within one of the following two locations . . . .

    /joomla15/plugins/system/jat3/base-themes/default/css/template.css …. at line 21

    or

    /joomla15/templates/ja_t3_blank/css/template.css …. at line 18

    zizizkill Friend
    #445138

    No none of them have the width:980 at the lines you mentioned.

    Do you know why it says at /joomla15/ on line 43 on the pic ?

    TomC Moderator
    #445143

    <em>@zizizkill 309409 wrote:</em><blockquote>No none of them have the width:980 at the lines you mentioned. [/quote]
    You can try to add this property to one of the rules I mentioned . . . and/or add a “

    body.bd .main” rule to either of the two template.css files I mentioned previously. For example . . .

    Within –> /joomla15/templates/ja_t3_blank/css/template.css

    add the following;

    body.bd .main {

    width: 980px;
    margin: 0 auto;
    }

    This will also center your site in the middle of the viewing screen.
    Not sure if this is what you wanted – but if not, simply remove the “margin” property.

    I tested this out via Firebug, and it worked.

    <em>@zizizkill 309409 wrote:</em><blockquote>Do you know why it says at /joomla15/ on line 43 on the pic ?</blockquote>
    I do not … as this “item” does not come up for me when I bring up your site in Firebug.

    zizizkill Friend
    #445151

    I tried what you proposed but it didn’t work with me. The thing I’m trying to do is to delete the “width: 980px” so it will arrange the position of the logo and the website’s name. Adding the code you gave me in the template.css doesn’t delete it from where it is.

    <blockquote>I do not … as this “item” does not come up for me when I bring up your site in Firebug. </blockquote>

    did you try to click on the <div class=”main”> in the botton left windows of firebug ?

    TomC Moderator
    #445269

    Perhaps if you can throw together a mock-up screenshot of what you want your display to look like,
    I might be able to get a better idea of what you’re going for so as to provide better recommendations.

    😎

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

This topic contains 8 replies, has 2 voices, and was last updated by  TomC 12 years, 7 months ago.

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