Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Saguaros Moderator
    #1069459

    Hi,

    Using table is not good for responsive layout (if you don’t style much for it), I added a custom css code:

    table.tablecmt {
        margin-left: -21px;
    }

    into the file: root/templates/ja_hotel/css/custom.css

    It looks better now, kindly check.

    moody Friend
    #1069822
    This reply has been marked as private.
    Saguaros Moderator
    #1069981

    You can add the margin-bottom for the table. Something like:

    table.tablecmt { margin-bottom: 10px !important; }
    moody Friend
    #1070059

    thanks a lot~ it looks fine now.

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

This topic contains 4 replies, has 2 voices, and was last updated by  moody 7 years, 1 month ago.

The topic ‘table width’ is closed to new replies.