• ggd108

    (@ggd108)


    For some reason the grid layout is not lining up properly,
    In Sight Theme you have to ways to view the loop, either as a list or a grid with thumbnails.

    It was working for sometime, installing wp e-commerce and some other things and then suddenly the Grid view became more of a list with the newest post stacked on another, instead of in rows.
    I cannot figure this out. I checked most of the code, and cannot see anything.

    Here you can compare the two sites.
    Ours:
    https://www.depictartmagazine.com/

    and the demo version of Sight:
    https://wpshower.com/demo/?theme=sight

    I seem to be able to control the float property of the post thumbs in grid :

    grid {padding: 12px 0 0 12px;}
    .grid .post {width: 154px; height: 154px; background-color: #f5f5f5; padding: 18px; float: left; margin: 19px 0 0 19px; position: relative; overflow: hidden; cursor: pointer;}

    but I cannot get it back to being displayed in rows.

    What can I do?

Viewing 5 replies - 1 through 5 (of 5 total)
  • esmi

    (@esmi)

    Thread Starter ggd108

    (@ggd108)

    The thing is that you need to sign up to post questions for support, and when I do it says I need an email confirmation, but I never receive one, so I cannot use the forum…

    anyways, its a jquery or css issue, and wanted to see if anyone had insights to fix it, I’d be willing to pay a few bucks via paypal.

    You seem to have added an additionnal stylesheey into your themes folder, named wpsc-default.css

    That additional css file includes some rules that mess up with your existing theme. This one for instance causes your thumbnails to behave the way they do now.

    .clear{
    	clear:both;
    }

    I would suggest you remove that additional stylesheet.

    Thread Starter ggd108

    (@ggd108)

    Jeremy, my man!
    Thanks so much.

    I just removed that clear that was linked to wp e-commerce and it worked, and the it didn’t seem to affect the cart, but I’m going to make a note of it for the record.

    Michael

    (@alchymyth)

    I’d be willing to pay a few bucks via paypal.

    https://jobs.wordpress.net/

    [topic has to be closed per forum rules]

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sight Theme Grid Layout’ is closed to new replies.