Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   eCommerce & Atahualpa (http://forum.bytesforall.com/forumdisplay.php?f=31)
-   -   Grid Display of Category Thumbnails in WP eStore (http://forum.bytesforall.com/showthread.php?t=23296)

yukoner Oct 7, 2015 09:40 AM

Grid Display of Category Thumbnails in WP eStore
 
I'm using WP eStore and am having a little formatting difficulty. When I call for the thumbnails of the categories in the store, they are shown as a list (vertical) as in the following page.
http://normhamilton.ca/photography/f...-and-canvases/

I'd like to have them show as a grid. (horizontal across the page just like a photo gallery)
I'm thinking it has something to do with this CSS that I found, but I'm not sure. If I turn off the "both" when inspecting elements it causes a change, but not what I want.

.eStore-fancy-clear {
clear: both;
}

Any ideas?

Norm

juggledad Oct 7, 2015 02:31 PM

The code looks like this
HTML Code:

<div class="eStore-fancy-clear"></div>
<div class="eStore-fancy3">
<div class="eStore-fancy-clear"></div>
<br>
<div class="eStore-fancy-clear"></div>
<div class="eStore-fancy3">
<div class="eStore-fancy-clear"></div>
<br>

The <br> that is being added after each section is causing the staggering when you remove the 'clear: both' - you may need to look at the plugin to solve that.

yukoner Oct 7, 2015 03:02 PM

Thanks, Juggledad. That gives me somewhere to begin.
In the meantime, I'll change it to something else.
Norm


All times are GMT -6. The time now is 11:00 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.