Tagged: x
-
AuthorPosts
-
July 5, 2016 at 3:32 pm #1073610
pdopchevParticipantHi guys,
Bumped into a wall trying to customize the lightbox window of the Essential grid (when you click on a product). Trying to minimize the white space around the content but with no luck so far. Could you please take a look? So far have the following css for custom background and text color:
.esgbox-skin div {
background-color:#000;
color:#fff;
padding: 3px;}link: http://www.dopchevproductions.com/test/store/
Thanks!
July 5, 2016 at 10:02 pm #1074092
LelyModeratorHello There,
Thank you for the link and the screenshot. Please use the following custom CSS:
.esgbox-skin { padding: 3px !important; /*Adjust 5px accordingly*/ }Hope this helps.
July 6, 2016 at 12:10 am #1074189
pdopchevParticipantGreat, that solves the centering issue! Only now the text looks glued to the white space around the box. How could I add some “padding” around it?
Thanks!
July 6, 2016 at 2:13 am #1074279
NicoModeratorHi There,
Try adding this in your Customizer > Custom > CSS:
.esgbox-skin div { padding: 3px; }Hope it helps.
Let us know how it goes.
Thanks.
July 9, 2016 at 10:21 am #1079368
pdopchevParticipantIt does work for adding padding around the text but it also seems to “push” the div to the right making the white background disappear….
*see attached screengrab
Any suggestions for a workaround it?
So far have the following css for the box:
.esgbox-skin div {
background-color:#000;
color:#fff;
padding: 3px;
}.esgbox-skin {
padding: 3px !important; /*Adjust 3px accordingly*/
}July 9, 2016 at 9:33 pm #1079811
RadModeratorHi there,
Please add this as well,
.esgbox-wrap { width: auto !important; }Cheers!
July 10, 2016 at 5:27 pm #1080526
pdopchevParticipantGreat! It works perfectly!
July 10, 2016 at 6:50 pm #1080550
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1073610 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
