Page 1 of 1
[SOLVED] Need help on light box content width
Posted: Tue Jul 14, 2015 12:44 am
by iamstevenelson
Hello developers,
i recently installed product quick view popup extension in our store. it displays the product page inside the lightbox popup.
everything works good but product description content width needed to be decrease in order to fit lightbox width.
please find attached lightbox content tpl and snapshot.
any help on this is much appreciated.
thank you.
Re: Need help on light box content width
Posted: Wed Jul 22, 2015 5:24 pm
by tonybarnes
Do you have a live URL to look at, probably a quick CSS fix
Re: Need help on light box content width
Posted: Wed Jul 22, 2015 5:34 pm
by iamstevenelson
Hi
This is url :
http://www.top10items.com
mouse over any products under best seller and click quick view.
thanks.
Re: Need help on light box content width
Posted: Wed Jul 22, 2015 6:03 pm
by tonybarnes
Try adding this to your CSS:
#colorbox .inner img {
max-width: 100%;
}
#colorbox .inner {
width: auto;
}
Re: Need help on light box content width
Posted: Wed Jul 22, 2015 6:09 pm
by iamstevenelson
which css path?
catalog/view/javascript/jquery/colorbox/colorbox.css
or
theme file css ?
Re: Need help on light box content width
Posted: Wed Jul 22, 2015 6:13 pm
by tonybarnes
Either should do - whichever you tend to add stuff to
Re: Need help on light box content width
Posted: Wed Jul 22, 2015 6:16 pm
by tonybarnes
Also not sure why your colorbox is going full height, had a quick play but couldn't solve
Re: Need help on light box content width
Posted: Wed Jul 22, 2015 6:26 pm
by iamstevenelson
Hi i defined your code in colorbox.css file.
Re: Need help on light box content width
Posted: Wed Jul 22, 2015 6:28 pm
by iamstevenelson
we require full height. thats fine.
Re: Need help on light box content width
Posted: Wed Jul 22, 2015 6:31 pm
by tonybarnes
Ok cool, leave that bit then!
Width seems fixed to me?
Re: Need help on light box content width
Posted: Wed Jul 22, 2015 6:44 pm
by iamstevenelson
Thank you Tonybarnes. You made my day.
god bless you.
Re: Need help on light box content width
Posted: Wed Jul 22, 2015 6:46 pm
by tonybarnes
No worries
