Showing 1 – 2 of 2 replies
Adrian

I starter to develop this theme into […]

Adrian PURCHASED
4 years ago
Hi iamabdus,
I starter to develop this theme into Custom CMS, but i see a bug when modal it's open on desktop resolutions. To body when modal-open, is adding style="padding-right: 17px;". Where i can found this? You can see this, with inspect on browser. Thank you very much!
Adrian
Adrian PURCHASED
4 years ago
UPDATE: I SOLVED
I change + with - in bootstrap.min.js (Ln 6: 29920)

Before:
.css("padding-right",parseFloat(i)+this._scrollbarWidth+"px")

After:
.css("padding-right",parseFloat(i)+this._scrollbarWidth-"px")
iamabdus
iamabdus SELLER
4 years ago
Awesome! Looks like the issue was with bootstrap js and you were able to fix that.