Hi, Actually i want business listings should look side by side, width will be 300px, after clicking that listing it should go to next page or related link. Now listings are one by one and width is 630px. I tried changing width of div. But its not alligning side by side. Its looking stretched. Can anybody can give some idea. i have attached snapshot please have a look. Thanks Nagaraj
Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry. If this isn't something you're able to do then you would need to hire a developer for this.
Hi Nitesh, If you give me some hints means i can do this. Even i am a developer so i need your support. It will be very helpful. Thanks
Code given below will help you to arrange listings in two column but you need to do proper arrangement by yourself. Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content_wrapper .featured_content .featured_post { width: 250px; float: left;}