Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Cannot get Floats to tile on Index page

  • This topic is empty.
Viewing 15 posts - 16 through 30 (of 30 total)
  • Author
    Posts
  • #108980
    craigmurray
    Member

    No, I cannot see any media queries.

    #108981
    chrisburton
    Participant

    Try contacting them. I really don’t know what else to say. My only other suggestion would be to copy the media query css and write in those two things I posted above.

    #108979
    craigmurray
    Member

    OK. Thanks so much for your help on this.

    #109257
    craigmurray
    Member

    *Update* – unfortunately can’t access page template CSS (only master template and CSS). Thefore overiding is my only option. I’m going to play around with wrapping the conspicuous styles in container elements, or change the sizing altogether of the

  • to work as-is.

    Big thanks for the help, guys.

#109041
chrisburton
Participant

@craigmurray what is the name of the CSS file you can edit?

#108967
craigmurray
Member

If you use a web inspector browser tool on this url http://craigmurray.virb.com/

I can edit only the CSS from line 668 on. http://postimage.org/image/mrh90n5h1/

#109263
chrisburton
Participant

I just checked your site and it seems to be working? Minus not having any margins applied.

#109264
Paulie_D
Member

Looks like it to me too (Chrome)

#109269
chrisburton
Participant

Firefox too.

#109270
craigmurray
Member

Not really. I increased the size of the list element and took out all margins. Not what I had hoped but it fits tightly now. I will need to try 1 of the 2 altarnative approaches I listed above to get my ideal look.

#109272
chrisburton
Participant

@craigmurray All right. Try pasting what I have below at the very last line in your css file

#index ul.thumbs li {
float: left;
width: 310px;
margin: 0 10px 10px 0;
padding: 0;
border: 0px;
}

#index ul.thumbs li.li_4 {
margin-right: 10px;
}
#109290
craigmurray
Member

Thx @ChristopherBurton. Looking better now http://craigmurray.virb.com/work

…not quite aligned to grid column structure but it’s getting close with these edits. I can tweak the necessary elements to match this more.

Really appreciate your help.

#109291
chrisburton
Participant

@craigmurray Haha, finally. I didn’t do the necessary math to calculate your page-wrap to the individual list items and margins. But I’m sure you’ve got it now.

#109292
craigmurray
Member

No worries. I got it from here. Thanks again!

#109293
chrisburton
Participant

My pleasure.

Viewing 15 posts - 16 through 30 (of 30 total)
  • The forum ‘CSS’ is closed to new topics and replies.