• Resolved jaferchalil

    (@jaferchalil)


    First of all dont mind the bad layout of the page, just customizing it for mobile view now πŸ™‚

    Hey, your plugin is such a blessing to us! Thanks a million for making it.
    I have a very small issue which I believe you could solve easily.

    1. I need to decrease the space between the fields. What code should I add?
    2. Also, is there a way to make the edge of the Place holder field a bit round?
    3. I know I’m asking a lot but please help me out with this too. Can we change the design of the choose files button? Maybe hide it under another styled button? I have certainly used Upload buttons that could be styled.

    Check this out

    Thanks a lot in advance! Hope you are safe wherever you are.

    • This topic was modified 6 years, 1 month ago by jaferchalil.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there,
    1. unfortunately the wrong layout is due to your theme, you could use following CSS code just as workaround

    .woocommerce form .form-row .ywapo_input_container label input, .woocommerce form .form-row .ywapo_input_container label {
        display: block;
    }
    
    .ywapo_input_container.ywapo_input_container_file {
        margin-bottom: 0;
    }
    
    .wapo_option_tooltip {
        position: absolute;
        left: 100px;
        top: 5px;
    }
    
    .ywapo_input_container {
        display: inline-block;
        min-width: 600px;
        position: relative;
    }

    2. I saw it rounded

    3. Unfortunately I can’t assist you on it, the button is showed in according the browser style.

    Plugin Author YITHEMES

    (@yithemes)

    We set this thread resolved because we haven’t heard back from you in a while. For any further questions, you can start a new thread.
    Have a nice day

    YITH

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Lower Margin between Fields’ is closed to new replies.