Viewing 30 posts - 1 through 30 (of 32 total)
  • Author
    Posts
  • #1105889

    After installing Enfold, the input text box for subscription stretches out all the way towards the edge of the screen.

    changing the code with <input size=””> doesn’t change the size at all.

    Please help. Thank you.

    #1106233

    Hey kingwinUSA,
    Thank you for the link to your site, I would like to assist, but I get a login but don’t know the password.
    Please see the screenshot in Private Content area.
    Please provide in the Private Content area.

    Best regards,
    Mike

    #1106796
    This reply has been marked as private.
    #1106820

    Hi,

    Use the following for a screenshot:

    https://snag.gy/

    Best regards,
    Jordan Shannon

    #1106846
    This reply has been marked as private.
    #1106849

    Hi,
    Please try putting the input box inside of a column element that matches the width you wish to use, such as 1/2 or 1/3
    We could assist with some css, if we could examine the site.

    Best regards,
    Mike

    #1106858

    This is the coding for it. Would this help?

    #1106898

    Hi,
    Thanks, I’ll take a stab at it,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #mc_embed_signup {
    width: 50% !important; 
    max-width: 50% !important; 
    margin: auto !important;
    }

    or

    #mc-embedded-subscribe-form {
    width: 50% !important; 
    max-width: 50% !important; 
    margin: auto !important;
    }

    I see this is in a Visual Composer column and row [/vc_column][/vc_row] does the row or column have a custom class or ID?

    Best regards,
    Mike

    #1107233
    This reply has been marked as private.
    #1107357

    Hi,
    Please give this one a try instead:

    #mc-embedded-subscribe-form input[type=text] {
    width: 50% !important; 
    max-width: 50% !important; 
    margin: auto !important;
    }

    Best regards,
    Mike

    #1107724
    This reply has been marked as private.
    #1107786

    Hi,
    Very good, we will leave this open to hear back from you. Thank you for using Enfold.

    Best regards,
    Mike

    #1109308
    This reply has been marked as private.
    #1109967

    Hi kingwinUSA,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1110008
    This reply has been marked as private.
    #1110094

    Hi kingwinUSA,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #full_slider_1 .image-overlay.overlay-type-extern {
        display: none !important;
    }
    

    https://cl.ly/7a6f6e525c44 How do you need to adjust it?

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1110114
    This reply has been marked as private.
    #1110120
    This reply has been marked as private.
    #1110213

    Hi,

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

    Best regards,
    Rikard

    #1110433
    This reply has been marked as private.
    #1110435
    This reply has been marked as private.
    #1110477

    Hey kingwinUSA,

    Appeareanc > Widgets on the dashboard.

    Best regards,
    Jordan Shannon

    #1110504
    This reply has been marked as private.
    #1110837

    Hi kingwinUSA,

    https://cl.ly/09d0ad45d074 Do you meant you want to add links here? Or in the footer columns?

    Best regards,
    Victoria

    #1111142
    This reply has been marked as private.
    #1111286

    Hi,
    You can remove the Enfold link by adding [nolink] into the Enfold Theme Options > Footer > Copyright field.
    You can also add new links into this field.
    If you want the links to float left, then add a custom class to your link and add css for floating:

    .custom-class {
    float:left !important;
    }

    Best regards,
    Mike

    #1111507
    This reply has been marked as private.
    #1111792

    Hi,
    To add new links to the Enfold Theme Options > Footer > Copyright field, simply add your html like this:

    <a href="https://www.yourdomain.com/link">Link</a>

    I checked the copyright field again and see that the text is already floating to the left, meaning that it aligns to the left of the page, so you should be all set.

    Best regards,
    Mike

    #1113365
    This reply has been marked as private.
    #1113689

    Hi kingwinUSA,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
        background-color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 30 posts - 1 through 30 (of 32 total)
  • The topic ‘Input Box way too wide.’ is closed to new replies.