Home › Forums › WoodMart support forum › Newsletter pop up – reduce size of a window
Newsletter pop up – reduce size of a window
- This topic has 16 replies, 3 voices, and was last updated 6 years, 10 months ago by Artem Temos.
-
AuthorPosts
-
December 18, 2017 at 7:36 pm #29553
arven1ParticipantHi,
Can you tell me is it possible to reduce size of a newsletter pop up window? Currently, if I reduce number of rows in visual composer it does not reduce its size, just size of a text. Is this possible somehow? Thanks
December 18, 2017 at 9:11 pm #29566
arven1ParticipantLet me try to explain… I want screen to be smaller for newsletter. Check image: https://prnt.sc/hp9uvs
December 19, 2017 at 7:25 am #29599
Artem TemosKeymasterHi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to decrease its width
div.woodmart-promo-popup { max-width: 600px; }
Regards
December 20, 2017 at 1:54 pm #29770
arven1ParticipantThank you this helps. 🙂
Can you tell me another thing… How can I add one more button (Maxbutton [maxbutton id=”2″] ) right next to the Add to Quote button? Sample, but it will be different button –
https://prnt.sc/hq28qaDecember 20, 2017 at 2:40 pm #29774
Artem TemosKeymasterIf you want to add it right next to this button then you need to find this button’s code in the plugin files and place your additional button there.
December 20, 2017 at 4:19 pm #29792
arven1ParticipantBut I want to add it in custom CSS. Can you please help me with this?
December 20, 2017 at 6:29 pm #29807
Artem TemosKeymasterBut you can’t place the button with CSS code only. You need to place the HTML code of the button firstly.
December 20, 2017 at 7:17 pm #29813
arven1ParticipantWhere? That’s bugging me where to place this maxbutton?
December 20, 2017 at 7:19 pm #29814
Artem TemosKeymasterBut we don’t know where in that plugin you can place the code so it will be shown right next to their button. We don’t know this plugin’s files structure. You can contact plugin’s developers for help with this question. Just add the button where you want and we will help you to style it properly.
December 20, 2017 at 7:25 pm #29815
arven1ParticipantBut you helped me to manually place Add to Quote button (refer to thread MOVING BUTTON A BIT LEFT created one month ago) which gives two same Add to Quote buttons. Basically I assumed that this can just be set up on the same way as that were set up just to change name and url. Can you please check? Maybe I can do that by myself by extracting custom style css from old backup. If you can tell me where I can find files changed with Custom CSS or HTML inside of theme I migth get that code…
December 21, 2017 at 7:08 am #29838
Artem TemosKeymasterOK, could you please provide us your FTP access so we can take a look?
December 22, 2017 at 2:52 pm #30141
arven1ParticipantSure. Please check it out.
December 23, 2017 at 9:16 am #30221
Artem TemosKeymasterHello,
We have added this button for you. Please, check how it works now.
Regards
December 23, 2017 at 5:39 pm #30263
arven1ParticipantThanks. Can you tell me why buttons are not in the same line (on devices that are big enough to be in same line/row)?
December 23, 2017 at 7:18 pm #30286
Eric WatsonParticipantHello,
Try to add the following code snippet to the Custom CSS for desktop area in Theme Settings to fix this issue.
.single_variation_wrap { display: flex; align-items: flex-end; } .single_variation_wrap .clear{ display: none; } .single-product .yith-ywraq-add-to-quote+.clear { display: none; } .single-product .yith-ywraq-add-to-quote{ display: inline-block !important; } .compare-btn-wrapper, .sizeguide-btn-wrapp, .summary-inner>.yith-wcwl-add-to-wishlist{ margin-top: 15px; } .product-image-summary .cart{ margin-bottom: 0px; } .product-image-summary .quantity, .product-image-summary .single_add_to_cart_button, .single-product .yith-ywraq-add-to-quote, .yith-ywraq-add-button{ margin-bottom:0px !important; } .add-request-quote-button{ padding: 12px 18px !important; } .single-product .yith-ywraq-add-to-quote{ margin-right:5px !important; }
Kind Regards
XTemos StudioDecember 23, 2017 at 8:23 pm #30293
arven1ParticipantThis is working. Thanks a lot. 🙂
December 24, 2017 at 8:07 am #30319
Artem TemosKeymasterYou are welcome!
-
AuthorPosts
The topic ‘Newsletter pop up – reduce size of a window’ is closed to new replies.
- You must be logged in to create new topics. Login / Register