• Resolved frederiksally

    (@frederiksally)


    Hi guys πŸ™‚ Really love the plugin and everything was working perfectly at the frontend until i updated to the newest version. I don’t know what caused it, but many of the elements kinda shrunk. I’ve been trying for hours to find out what is causing it, but no luck. One thing I noticed though, is that font size comes out as “.75rem;” and should be more like “1.75rem”.

    I really hope you can help me to fix this issue.
    Thanks a lot
    Frederik

    • This topic was modified 8 years, 6 months ago by frederiksally.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Boxy Studio

    (@boxystudio)

    Cooked is now using “rem”s for sizing, which is in my opinion the best way to handle it. What this means is that it takes the default font size set on the html/body tags and goes from there. If this font size is set very small, then everything will be small. A quick solution is to add some custom css:

    html,body { font-size:16px; }

    You can add Custom CSS via the WordPress Customizer: http://dinevthemes.com/custom-css-wordpress-customizer/

Viewing 1 replies (of 1 total)

The topic ‘CSS issue (elements went small after update)’ is closed to new replies.