
-
AuthorPosts
-
June 1, 2019 at 12:53 am #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.
June 2, 2019 at 3:36 am #1106233Hey 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,
MikeJune 3, 2019 at 7:13 pm #1106796This reply has been marked as private.June 3, 2019 at 8:56 pm #1106820June 3, 2019 at 10:01 pm #1106846This reply has been marked as private.June 3, 2019 at 10:52 pm #1106849Hi,
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,
MikeJune 3, 2019 at 11:32 pm #1106858This is the coding for it. Would this help?
June 4, 2019 at 3:21 am #1106898Hi,
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,
MikeJune 4, 2019 at 6:59 pm #1107233This reply has been marked as private.June 5, 2019 at 5:54 am #1107357Hi,
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,
MikeJune 5, 2019 at 7:16 pm #1107724This reply has been marked as private.June 6, 2019 at 4:21 am #1107786Hi,
Very good, we will leave this open to hear back from you. Thank you for using Enfold.Best regards,
MikeJune 12, 2019 at 12:00 am #1109308This reply has been marked as private.June 13, 2019 at 6:31 pm #1109967Hi 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,
VictoriaJune 13, 2019 at 7:29 pm #1110008This reply has been marked as private.June 13, 2019 at 9:11 pm #1110094Hi 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,
VictoriaJune 13, 2019 at 9:27 pm #1110114This reply has been marked as private.June 13, 2019 at 9:39 pm #1110120This reply has been marked as private.June 14, 2019 at 6:30 am #1110213Hi,
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,
RikardJune 14, 2019 at 7:11 pm #1110433This reply has been marked as private.June 14, 2019 at 7:23 pm #1110435This reply has been marked as private.June 14, 2019 at 8:28 pm #1110477Hey kingwinUSA,
Appeareanc > Widgets on the dashboard.
Best regards,
Jordan ShannonJune 14, 2019 at 9:05 pm #1110504This reply has been marked as private.June 16, 2019 at 6:05 pm #1110837Hi kingwinUSA,
https://cl.ly/09d0ad45d074 Do you meant you want to add links here? Or in the footer columns?
Best regards,
VictoriaJune 17, 2019 at 9:25 pm #1111142This reply has been marked as private.June 18, 2019 at 1:17 pm #1111286Hi,
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,
MikeJune 18, 2019 at 11:55 pm #1111507This reply has been marked as private.June 20, 2019 at 4:40 am #1111792Hi,
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,
MikeJune 25, 2019 at 8:00 pm #1113365This reply has been marked as private.June 26, 2019 at 6:47 pm #1113689Hi 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 -
AuthorPosts
- The topic ‘Input Box way too wide.’ is closed to new replies.