Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • Daniel Raymo Friend
    #169273

    I’m having problems with the Community+ template getting the margins on the tab content to be correct (as on http://www.joomlart.com/demo/#templates.joomlart.com/ja_community_plus typography page – there is no margin on the left side) If you look at the same page on my site: http://platypuswork.com/typography.html you can see that the normal left-hand page margin is there (the tab content is not flush with the left border). I can see on the demo page that the <div class=”inner clearfix”> gets an addition class through t3-assets that I don’t body.ja-tabs-content #ja-mainbody .inner { padding: 0 0 40px 0; } — I just can’t figure out how to get that class applied.

    Thanks,
    Dan

    pavit Moderator
    #416764

    Hi danraymo

    maybe you are referring to the ja_tabs.css ?

    Daniel Raymo Friend
    #416768

    <em>@pavit 272803 wrote:</em><blockquote>Hi danraymo

    maybe you are referring to the ja_tabs.css ?</blockquote>

    No… in templates/ja_community_plus/css/template.css there is an entry which when applied it corrects the margin for tab content…it’s just not being applied on my site:

    /* Tabs content layout —*/
    body.ja-tabs-content #ja-mainbody { padding-top: 0; }

    body.ja-tabs-content #ja-mainbody .inner { padding: 0 0 40px 0; }

    pavit Moderator
    #416776

    Hi

    I have downloaded and installed the quickstart version of the template on my localhost and all works correctly

    I can see that your content respect our demo is floated to the right

    If you have modified some css i suggest to replace your templates.css with the original one

    Daniel Raymo Friend
    #416790

    <em>@pavit 272819 wrote:</em><blockquote>Hi

    I have downloaded and installed the quickstart version of the template on my localhost and all works correctly

    I can see that your content respect our demo is floated to the right

    If you have modified some css i suggest to replace your templates.css with the original one</blockquote>

    It’s not the template.css… I suspect it may be how I applied the color theme. T3 is not applying “body.ja-tabs-content #ja-mainbody .inner” on mine.

    See the css assigned to the <div class=”inner clearfix”> tag on the Joomla demo (capture 1) and the css assigned to the same tag on mine (highlighted yellow at bottom)


    1. Capture1
    2. Capture2
    pavit Moderator
    #416803

    Goto templates/ja_community_plus/css/layout.css
    now you have

    .main .inner {
    padding-left: 10px;
    padding-right: 10px;
    }

    change to

    .main .inner {
    padding-left: 0px;
    padding-right: 10px;
    }

    I have found this solution

    Daniel Raymo Friend
    #416812

    Thank you, but that has nothing to do with it. The problem is, that the below code isn’t being applied to pages with tab content.

    body.ja-body-r1 #ja-right div.ja-moduletable {
    margin-left: 40px;
    margin-right: 40px;
    }

    Daniel Raymo Friend
    #416821

    I’ve figured out that the problem must be with the “PROFILE OVERRIDE SETTINGS” in the template manager. I still haven’t been able to fix it, I can’t figure out this whole assigning theme business.

    Daniel Raymo Friend
    #416841

    I solved it by using “reset to default” on default theme. Assigned “tab-content” layout to new page. That got me most of the way there, then to template.css, I added:

    body.ja-tabs-content #ja-main .inner {
    margin-left: -8px;
    }

    Thanks

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

This topic contains 9 replies, has 2 voices, and was last updated by  Daniel Raymo 13 years, 1 month ago.

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