Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • smartmax Friend
    #1060767

    Hi guys,

    I have made another custom.module in the Joomla website. If I use the template JA Restaurant it does NOT look oké

    If I use the templates Beez3 and Protostar it looks oké

    I could really use some help here: http://www.happenenstappenpapendrecht.nl/index.php/reserveren/online-reserveren

    Many thanks in advance.

    • This topic was modified 7 years, 2 months ago by  smartmax.

    1. Beez3_template
    2. Protostar_template
    3. Ja_Restaurant_template
    Saguaros Moderator
    #1060929

    Hi,

    This module may have the same class with template and causes conflict, you can try adding this css rule:

    div.rm_box_row div.rm_row_value {
        width: auto;
    }
    
    div#rm_form_wrapper div#rm_submit_wrapper {
        margin-top: 20px;
    }

    into the file: root/templates/ja_restaurant/css/custom.css (create this file if it doesn’t exist)

    smartmax Friend
    #1060981

    Goodmorning Saguaros,
    thank you for helping me out with this one.
    But the code sadly didn’t work

    Saguaros Moderator
    #1061136

    You can share the credentials of your site: Admin + FTP account, I will check for you.

    smartmax Friend
    #1061186
    This reply has been marked as private.
    Saguaros Moderator
    #1061391

    Hi,

    I updated some css tweak and it seems to be ok now, kindly check.

    .rm_reservation_body {
        width: 100% !important;
    }
    div.rm_box_row div.rm_row_value {
        width: 100% !important;
        float: none !important;
    }
    
    div#rm_search_box div.rm_box_row {
        margin-bottom: 35px !important;
    }

    Regards

    smartmax Friend
    #1061411

    Hi Saguaros,

    Thank you very much for helping me out, it looks great now! 🙂

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

This topic contains 6 replies, has 2 voices, and was last updated by  smartmax 7 years, 2 months ago.

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