• Resolved digitalintoronto

    (@digitalintoronto)


    Not what happened but the font on my tide times chart (an embed) got squished together and I can’t seem to find the proper location to fix it through customization. Anywhere. Does anyone have a CSS code that might work on this? Thank you in advance.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • threadi

    (@threadi)

    The style has nothing to do with the font size but with the table that you display in the content area. This is loaded via an external tool and also designed by it. Unfortunately, the design also includes an unfavorable specification for the width of blocks for your theme. You can overlay this with the following CSS:

    body .tides-widget__container .tides-widget__tables {
    display: block;
    }

    You would have to store this under Appearance > Customizer > Additional CSS.

    Thread Starter digitalintoronto

    (@digitalintoronto)

    @threadi thank you!! that worked.

    threadi

    (@threadi)

    Nice if I could help. You are welcome to set the topic to solved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font Size’ is closed to new replies.