• I have three formatting issues.

    1. How do I center the cooked mode button
    2. Why are my adjustable servings showing in a weird box? I did adjust the radius to 0. I also tried adjusting up, but it still looks the same either way on the front end.
    3. Why do my checkboxes have no space in between, even though they show space in the backend editor?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Brecht

    (@brechtvds)

    Hi there,

    For (1), try adding the following under “Edit CSS” in the template editor:

    .wprm-toggle-switch-container {
        justify-content: center;
    }

    The others look like they might be a compatibility problem. Could you try using the Health Check plugin to test? We have a video in our documentation showing you exactly how to do that: https://help.bootstrapped.ventures/article/108-debugging-plugin-problems

    Specifically the compatibility mode shown in the video where it basically tests a default theme and no other plugins active.

    Thread Starter kallard

    (@kallard)

    I downloaded the plugin you recommended. It is my theme and specifically the theme’s default buttons settings I set up to have rounded corners. I changed the radius to 0 and it works for the recipe servings. But how would I be able to have both – radius for standard buttons, but no radius for recipe servings?

    I have not figured out the other issue with the check boxes being large OR the maybe it is the line spacing not large enough to separate them more. I did try to change the line spacing in general, but that did not change anything. I just changed the theme a couple days ago, but it also had the same problem – the boxes were touching. Is there a way to change the check box size?

    • This reply was modified 1 year, 7 months ago by kallard.
    Plugin Author Brecht

    (@brechtvds)

    Could you set the radius the way you want it to show up? I’ll have another look for some custom CSS code to fix things.

    For the check boxes, it looks like the default might be a bit too large for the small text size. Try adding this:

    .wprm-checkbox-container label::before {
    height: 12px !important;
    width: 12px !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center Cook mode button, recipe adjust, checkbox spacing’ is closed to new replies.