Forum Replies Created

Viewing 4 replies - 46 through 49 (of 49 total)
  • Thread Starter dave.ooo

    (@crossy)

    Hmm, but it ‘spotting’ it in the plugin when I create a new language.

    So, technically, if I delete the admin translation, I could add the front-store one? I’ll try that now, hold on..

    Thread Starter dave.ooo

    (@crossy)

    Hi Tim,

    Thanks for your quick reply.

    My problems are in combination with WooCommerce, I haven’t tested any change in the template itself. WooCommerce seems to use 2 translation files (regular and admin), but it won’t seem to properly read/change the regular one.

    There is no translation file in the plugin or theme folder, so that doesn’t seem to be the problem.

    I’m not sure I can explain my problem better, but please ask if you arnt sure what I mean.

    Thread Starter dave.ooo

    (@crossy)

    I’m sorry, I was typing a more elaborate question in regards to styling the menu, but in the end this the only question I was left with and removed everything else from the post.

    You’re right though!

    Thanks.

    Thread Starter dave.ooo

    (@crossy)

    Hi Buzztone,

    Thanks for your time.

    I don’t think the styling system is ideal for this plugin, but it works I guess. I wanted the width to be about 50% and float in the middle, but

    margin-left: auto; margin-right: auto;

    doesn’t seem to function for it.

    I’ve used this now, which seems to the the job up to a sertain point of acceptance on my part ??

    div.wpcf7 {
    	margin: 0;
    	padding: 0;
            margin-left: 20px;
            margin-right: 20px;
    }
    
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 textarea,
    .wpcf7 input[type="submit"]
    {
        max-width: 500px !important;
    }
Viewing 4 replies - 46 through 49 (of 49 total)