Comments samwell7814690 started the conversationNovember 20, 2019 at 9:49pmHi,The fancy box module is great but it seriously needs the following options:Center align the textCenter align the iconRemove right padding for text so that the padding is even all the way around the containerIs there a way to do this within the CSS ?Do you plan on introducing this in future releases?thanksDamien 3,023Andrew repliedNovember 21, 2019 at 7:16amHi Damien, Thank you for contacting us. Please send us a link to the page with the fancy boxes. Kind Regardssamwell7814690 repliedNovember 21, 2019 at 3:52pmHi,Sorry, I should have replied earlier but Ive solved this using the below CSS.nectar-fancy-box[data-style="hover_desc"] .hover-content { line-height: 1.5em; max-width: 100%;} .nectar-fancy-box .inner-wrap > i, .nectar-fancy-box .inner > i, .nectar-fancy-box .heading-wrap > i { height: auto!important; width: auto!important; display: block; text-align: center; margin-bottom: 20px;}ThanksDamien Andrew replied privately Sign in to reply ...
Hi,
The fancy box module is great but it seriously needs the following options:
Is there a way to do this within the CSS ?
Do you plan on introducing this in future releases?
thanks
Damien
Hi Damien,
Thank you for contacting us.
Please send us a link to the page with the fancy boxes.
Kind Regards
Hi,
Sorry, I should have replied earlier but Ive solved this using the below CSS
.nectar-fancy-box[data-style="hover_desc"] .hover-content {
line-height: 1.5em;
max-width: 100%;
}
.nectar-fancy-box .inner-wrap > i, .nectar-fancy-box .inner > i, .nectar-fancy-box .heading-wrap > i {
height: auto!important;
width: auto!important;
display: block;
text-align: center;
margin-bottom: 20px;
}
Thanks
Damien