Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1019833

    Hi, any reason why when viewed on mobile / responsive, my column aligns horizontally left instead of centered? I need it set to make entire table scrollable but table to be horizontally aligned center in column? See column on right with yellow border: http://huntpr.co.za/4017-2/

    #1020143

    Hey timchurchman,
    Please try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) {
    #top.page-id-4017 #av-layout-grid-1 .avia_scrollable_table .avia-table {
        width: 100% !important; 
    }
    }

    expected results:
    2018-10-10_223743

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.