Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Kloeckner Friend
    #203952

    hi
    can you tell me how i can center the module “mod_jaaccordion” that it fits in the uber template… (it should serve as faq)?
    hope you can help…
    thanks in advance
    william

    Saguaros Moderator
    #560076

    Hi

    You can create a new css file called ‘custom.css’ in this directory: /templates/uber/css/

    and add this css rule:

    @media (min-width: 768px) {
    ul.ja-accordion-containner.ja-accordion-containner589 {
    margin-left: 245px;
    }
    }

    or change the above value to suit your need.

    Pankaj Sharma Moderator
    #560077

    Hi
    Try this
    Add this code in your custom.css file


    ul.ja-accordion-containner {margin-left: auto!important;
    margin-right: auto!important;}

    + Set the module style of JA Accordion module to Xhtml
    from module options >>> http://prntscr.com/67ex6e

    check your site >>> http://prntscr.com/67exai

    Kloeckner Friend
    #560083

    hi saguaros
    i have tried your solution but had no success. I believe that code was wrong… i changed to: @media min-width: 768px)
    ul.ja-accordion-containner {
    margin-left: 245px;
    }

    anyway it did not work. you have any idea what I could have made wrong?
    thanks
    william

    Kloeckner Friend
    #560084

    hi pankajsharma
    thank you very much… i had just to change the code to

    .ja-accordion ul.ja-accordion-containner {margin-left: auto!important;
    margin-right: auto!important;}

    works fine – thanks again
    william

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

This topic contains 5 replies, has 3 voices, and was last updated by  Kloeckner 9 years, 8 months ago.

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