D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: Business Line Pro

Front Page D5 Creation Forum General Support Business Line Pro Re: Business Line Pro

#4676
D5 Creation
Keymaster
Quote:
Quote from aquagraphix on October 3, 2013, 00:14
Image sizes are exactly as the theme asks for, works fine in chrome and safari although they are set to the left a bit, in IE they are all squashed up.
Here is one of the images hotlinked from the page, 215×100 as the theme asks for.
SHOP-PAGE.jpg

Did you set the 03 Featured Boxes from Theme Options? Or just deleted the Code?

Anyway, you can use the following code in the Custom Code within the Head Area of Theme Options. This will solve your Problem.

Code:
<style>
#featured-boxs { width: 100%; }
</style>