Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1321870

    Hello,
    I’m looking for support please.
    I tried and tried but nothing in my CSS Code worked. I will put a formfield and the subscribe button in one line. Therefore I changed the width of the formfield. And disable the border around a gallery is the second problem.

    I don’t know exactly wich CSS class I will address, if I check the code in google chrome.

    Thats my Custom CSS Code:

    //To delete the border on the gallery
    #top div .avia-gallery .avia-gallery-big {
    border-color: #ffffff;
    border-width: 0px !important;
    }

    //To put the form field and button in one line
    // Formfield
    .avia_ajax_form .first_form p {
    width: 62% !important;
    }

    // Submit Button (Formular)
    .input[type=’submit’] {
    width: auto;
    }

    .input[type=’submit’]:hover {
    background-color: #c79a52;
    border-color: #c79a52;
    }

    Many Thanks for helping me

    • This topic was modified 2 years, 6 months ago by Yvonne_1211.
    #1322094

    Hey Yvonne_1211,

    I get an error message after posting the password:

    Service Unavailable
    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

    Could you let us know once your site is accessible again please?

    Best regards,
    Rikard

    #1322167

    Hey Rikard,
    oops, okay. I can access the site, again.

    #1322254

    Hi,

    Thanks for the update. I’m still seeing the same error message though, please see screenshot in private. It looks like the server is throwing a 503 error?

    Best regards,
    Rikard

    #1322276

    Hello Rikard,

    thanks for the replay, thats a very strange problem. And I don’t know what to do. Because I have access with all browsers Safari, Chrome and Firefox. But only Firefox asks the password. I deactivate the private marked website and set them public. I hope you have access then.

    Best regards
    Yvonne

    #1322411

    Hi,

    Thanks for that, I can access your site now. Please try the following in Quick CSS under Enfold->General Styling:

    #sign-up p.first_form, #sign-up p.form_element  {
        display: inline-block;
        width: 50%;
        float: none;
    }

    Best regards,
    Rikard

    #1322461

    Hey Rikard,

    thanks for your help, it works :)

    Thanks & best regards
    Yvonne

    • This reply was modified 2 years, 6 months ago by Yvonne_1211.
    #1322570

    Hi Yvonne,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.