Hello, Still regarding the creation of Product pages using the Blog template, how do I amend the appearence of listed featured products (i.e. Posts)? In particular, I would like the following: 1- Product (i.e. Post)'s featured image to be on the left 2- Product description snipet to be on the right hand side of the image 3- Be able to amend the size of featured product box/container (height and width) Please help. Thx.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-info img { max-width: 247px; float: left; } .content-info p { margin-left: 265px; margin-top:20px; } .content-info .light { margin-left: 0px; }
I pasted the code in Custom CSS as indicated but although it changed the layout of the Featured Products boxes on the Featured Products Listing page as requested, it has also changed the layout of every pages including top level pages, sub-pages and Post pages, which I do not want. What I would like to achieve is to be able to amend the layout of the Featured Products boxes on the Featured Products Listing page only without affecting other pages. Thanks for your help.
Both pages single and blog have same html codes, Therefore it is not possible to give separate CSS code only for blog page, 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.