Hello, on the site i’m working on can i make the groomsmen circles MUCH smaller?
Hi!
When inserting / editing the Image, select another size here – http://screencast.com/t/J9oI8qSXK5r
Best regards,
Josue
OK, I’ve tried that, not ideal.
Have a look at the site now… is there anyway I could have 6 items in a row (the dipping section) instead of 5?
I think that’ll solve the problem :)
Hi,
Great, please let us know if you should need any more help on the topic.
Thanks,
Rikard
Yes please I would like to get the 6 in a row instead of 5
Hi!
I’m sorry but the 1/6 column layout is not available. Try to modify the width of the one fifth column with this:
#dipping .flex_cell_inner .av_one_fifth:nth-child(7) {
width: 11%;
float: left;
clear: none;
margin-top: 0;
margin-left: 6%;
}
#dipping .flex_cell_inner .av_one_fifth:nth-child(7) + .av_one_fifth {
margin-left: 0%;
}
#dipping .flex_cell_inner .av_one_fifth {
width: 11%;
float: left;
}
#dipping .flex_cell_inner .av_one_fifth:nth-child(12) {
width: 11%;
float: left;
clear: none;
margin-left: 6%;
}
#dipping .flex_cell_inner .av_one_fifth:nth-child(12) + .av_one_fifth{
margin-left: 0;
}
Best regards,
Ismael
that worked but please look at the site, “shortbread” and the bottom row of the circles are now out of line. any suggestions would be great!