saamadams
Forum Replies Created
-
Colormecolorado – hi. I actually made these changes on the actual page where the problem was. I have an e-ccommerce site and my product photos were all lining up-looked ridiculous. So I actually went to the page itself and switched my view to html and followed the w3schools method on adding the proper coding before and after my pictures to make my photos line up in perfect rows and columns. BTW, I’m a newbie too and will probably always be, ha!!
Here is what my husband had me do. Go to: http://www.w3schools.com/. Then to the side bar menu, click on: Learn HTML. Then click on HTML tables. The website will literally walk you through adding a code into your “editor” portion of your WP site to change your single row photos into rows and columns. Personally, I am terrified of screwing around with codes…but even I could do this and it works!!!
Here is the actual link to the titorial page on tables:
http://www.w3schools.com/html/tryit.asp?filename=tryhtml_tablesForgive me for my ignorance, but do you mean to first go to:
Style editor, then scroll to:
sidebar widget, then replace:
.widget {overflow:hidden} with:
.widget img {float:left; margin: 2px 4px;display:block;}
or do we place this entire code:
.widget {overflow:hidden}
.widget img {float:left; margin: 2px 4px;display:block;}anywhere into the Style editor?
Thx
Forum: Themes and Templates
In reply to: Remove ButtonI’d like keep the “visit the shop!”! But I want to literally link it to the actual shop! Anyone know what I can do?? Thanks!!