• Resolved Tim Burkart

    (@bigmoxy)


    I would like to have all 7 days display in a single row. Is that possible? Is it an option in the PRO version?

    • This topic was modified 1 year, 4 months ago by Tim Burkart.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author rerm

    (@rermis)

    Hi @bigmoxy,

    Yes, it is possible in the current version. In the settings see the 5th option from the top, and select “Weekly Pay Period”. The 7 days will be laid out in a single row, but may appear on multiple rows depending on the screen width in which they are viewed. On a mobile device, the days will stack vertically.

    Thread Starter Tim Burkart

    (@bigmoxy)

    I change my theme to wide content and have a high resolution monitor. This is what I see – https://snipboard.io/6q3tsA.jpg

    Plugin Author rerm

    (@rermis)

    You’re almost there. It looks like the theme is still adding some padding or margins around the container or entry-content blocks. You can experiment with a solution by adding styles below the shortcode. Here is a starting point that I hope will help…

    [dynamicTime]
    <style>
    #container,#container #main,#container #main .article,#container #main .article .entry-content{margin:0!important;padding:0!important;}
    </style>
    Plugin Author rerm

    (@rermis)

    I hope this solution worked for you. I will close this for housekeeping, but please let me know if you have any further issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can you format the display?’ is closed to new replies.