Tagged: color section, popup
-
AuthorPosts
-
November 5, 2015 at 2:43 pm #530796
Hello guys!
Want to create a popup contact form using this https://kriesi.at/support/topic/inline-content-in-magnific-popup/.
Almost has it done, but color section doesn’t want to appear in the center of the page.
I added this code:
#order-now-popup {width: 400px !important; max-width:400px; margin: 0 auto; padding:10px;}
but it’s not working.Also, close button on popup window dissapeared…
Screenshot included – http://i63.tinypic.com/29g08w0.jpgNovember 5, 2015 at 4:13 pm #530892Hey srs6270!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Regards,
ElliottNovember 5, 2015 at 5:51 pm #531025Sure mate
November 6, 2015 at 6:01 pm #531601Hi!
Hmm, your link is giving me a 404. Perhaps there is a typo.
Best regards,
Elliott- This reply was modified 9 years ago by Elliott.
November 8, 2015 at 6:31 pm #532195Hey mate!
I made that page private cause don’t want viisitors see that page. Please login then you’ll see the page.
Thank you.November 8, 2015 at 8:25 pm #532227Hi!
can you check the login info, seems I can not login with them.
Thanks a lot for your time
Cheers!
BasilisNovember 9, 2015 at 4:09 am #532299Hey Basilis!
I can login with that. Check it again please!
November 10, 2015 at 6:56 am #533070Hi,
Login is working, thanks. It looks like removing the custom width you added will display it 100% of the browser window, could you try that?
Best regards,
RikardNovember 10, 2015 at 9:03 am #533098Hi,
Done it. Now it’s 100% width. But it too wide.
November 11, 2015 at 6:56 pm #534327Problem is still exists. Any help?
November 12, 2015 at 5:49 pm #534930Hi!
It’s still not letting me in.
Cheers!
ElliottNovember 13, 2015 at 4:50 am #535207Elliot,
I made the page public. http://solo-interier.kz/catalog-item/kuhonnyj-garnitur-blyume/November 14, 2015 at 9:36 am #535807November 15, 2015 at 9:36 am #536033Hey guys,
It’s not that one. If you go to the link http://solo-interier.kz/catalog-item/kuhonnyj-garnitur-blyume/ and press on “open popup” link you’ll see that color section is too wide. I want to make it narrow and centered.
The popup Ismael showed is not a part of the theme and I think it’s kind of impossible to make a popup like this within this theme.
November 16, 2015 at 7:18 pm #536838Hi!
Add this to your custom CSS.
div#order-now-popup { max-width: 800px; left: 50%; position: relative; transform: translateX(-50%); }
Best regards,
ElliottNovember 17, 2015 at 4:24 am #537067Hey @Elliot!
It’s worked! Thank you!
But there are another issues with this popup. When I press on link “open popup” window slides up… And also, how can I remove the bottom border https://yadi.sk/i/0S46ymjqkWFQf ?November 18, 2015 at 6:42 pm #538456Hey!
It’s because the link URL has a target at the end of it. I’m guessing whatever script your using there requires it so there is not much we can do. It would be best to contact the plugin / script author about that.
You can use this CSS to remove that border.
.single-portfolio div#after_section_1 { border-top: 0px !important; }
Cheers!
ElliottNovember 19, 2015 at 4:51 am #538701Ok. Thank you very much Elliott!
November 20, 2015 at 7:40 am #539364 -
AuthorPosts
- You must be logged in to reply to this topic.