Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Noel Pennington Friend
    #148861

    Good morning,

    I am trying to use the Gaboinked, Jomsocial template with the Ja Lime template but it seems the CSS in the Lime template is missing up the gaboinked.template.

    The gaboinked template is here

    http://www.gaboinked.com/index.php?option=com_community&view=frontpage&Itemid=110

    My website is here

    http://www.goodcrumbs.com/index.php?option=com_community&view=frontpage&Itemid=108

    I think I can use the layout feature within the Lime template to override the css, but after reading the documentation not sure exactly how to do this and if this approach would work. Thanks for any help on this,.

    Anonymous Moderator
    #333522

    Hi you

    for the case, open components/com_community/templates/socialone/css/style.css file, find following code section:

    ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px;
    border-left: none;
    margin-bottom: -1px; /*--Pull the list item down 1px--*/
    overflow: hidden;
    position: relative;
    background: #e6e6e6;
    line-height: 31px;
    }

    and change to:


    ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px;
    border-left: none;
    margin-bottom: -1px; /*--Pull the list item down 1px--*/
    overflow: hidden;
    position: relative;
    background: #e6e6e6 !important;
    line-height: 31px;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 14 years, 3 months ago.

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