Alain Costea Posted May 6, 2013 Share Posted May 6, 2013 (edited) Hello, I want to rearrange the way product attributes looks in the product page. I looked in .css, .tpl files, but i couldn't find a way. Probably I must use a <ul> somewhere, but I can't find the right place. You can see what I want here: http://decorativ-art...productpage.jpg PS 1.5.4, responsive theme. Thank you. Edited May 10, 2013 by Alain Costea (see edit history) Link to comment Share on other sites More sharing options...
Alain Costea Posted May 7, 2013 Author Share Posted May 7, 2013 Any ideeas please. I can't find a solution... Thanks. Link to comment Share on other sites More sharing options...
vekia Posted May 7, 2013 Share Posted May 7, 2013 hello it is possible of course, but without an access to the product.tpl file it's hard to say what you need to change. - It's because you use non-default template... Link to comment Share on other sites More sharing options...
Alain Costea Posted May 7, 2013 Author Share Posted May 7, 2013 I can put here the product.tpl, or at least , if you can give me the solution for default, and I try to adapt. I just feel stupid... Link to comment Share on other sites More sharing options...
vekia Posted May 7, 2013 Share Posted May 7, 2013 sure, you can attach it here in this discussion. if it is possible please attach it as file Link to comment Share on other sites More sharing options...
Alain Costea Posted May 7, 2013 Author Share Posted May 7, 2013 Here it is: http://decorativ-art.ro/Screen/product.tpl Link to comment Share on other sites More sharing options...
vekia Posted May 7, 2013 Share Posted May 7, 2013 awesome, thanks :-) I will check it and share solution (i hope so) Link to comment Share on other sites More sharing options...
Alain Costea Posted May 7, 2013 Author Share Posted May 7, 2013 Thank you a lot! Link to comment Share on other sites More sharing options...
Alain Costea Posted May 10, 2013 Author Share Posted May 10, 2013 Not a solution? At least some indication... Thank you. Link to comment Share on other sites More sharing options...
vekia Posted May 10, 2013 Share Posted May 10, 2013 ouh! sorry its my fault, i totally forgot about this thread. here is a solution: in your product.tpl file you've got: <fieldset class="attribute_fieldset"> you can add style="" param to this with: style="display:inline-block!important; float:left;" you can of course manipulate with other params like margin etc. to get effect you expect Link to comment Share on other sites More sharing options...
Alain Costea Posted May 10, 2013 Author Share Posted May 10, 2013 it seems it doesn't change anything... but if I insert in product.css, at # attributes fieldset, not only two attributes come inline, but also the cart elements... I will look around, maybe i can fix it. Thank you so much. Link to comment Share on other sites More sharing options...
Alain Costea Posted May 10, 2013 Author Share Posted May 10, 2013 it is working, with the .css insert, without float left... now i must find how to put some distance between the two attributes...when i found it, i willl write the solution... Thanks. Link to comment Share on other sites More sharing options...
Alain Costea Posted May 10, 2013 Author Share Posted May 10, 2013 Final solution: In product.css change this: #attributes fieldset {padding-bottom:10px;} with this: #attributes fieldset {padding-bottom:10px; display:inline-block!important; margin-right:50px; } Thank you again! Link to comment Share on other sites More sharing options...
vekia Posted May 10, 2013 Share Posted May 10, 2013 it will be easier when I will get an access to your store (it's in maintenance mode) i think that you have to use "margin-left" css param, but im not sure at all Link to comment Share on other sites More sharing options...
Alain Costea Posted May 10, 2013 Author Share Posted May 10, 2013 Yes, it is in maintenance mode, because, i installed the facebook shop module and there are lot of friends who want to see how it looks...but, for moment I prefer not to see - especially the problems... if you want i can put your ip on white list... Link to comment Share on other sites More sharing options...
vekia Posted May 10, 2013 Share Posted May 10, 2013 Yes, it is in maintenance mode, because, i installed the facebook shop module and there are lot of friends who want to see how it looks...but, for moment I prefer not to see - especially the problems... if you want i can put your ip on white list... of course that I want :-) the problem is that i've got dynamic ip anyway, i will be gratefull :-) im going to send you PM Link to comment Share on other sites More sharing options...
Recommended Posts