• Resolved maxwellmill

    (@maxwellmill)


    Hi Tobias, i am getting on well with the tables, just wondering the following. On an iphone I have set the css to fill the screen then i set your tables to be 320px wide. They float down the screen brilliantly as you gave me some code to get them to align in a footer. I would like to open the space between the tables top by 10 px then i think the job is done at Example in the footer I have had a couple of attempts myself but did not win that battle. Cheers for now regards Maxwell

    https://wordpress.org/plugins/tablepress/

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    If I understand correctly, you’ll simply want to change

    .tablepress-id-hoursopen,
    .tablepress-id-footer,
    .tablepress-id-bands-friday-saturday {
    	float: left;
    	margin: 0 5px 5px 5px;
    }

    to

    .tablepress-id-hoursopen,
    .tablepress-id-footer,
    .tablepress-id-bands-friday-saturday {
    	float: left;
    	margin: 10px 5px 5px 5px;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Space the tables a litte vertically’ is closed to new replies.