Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #527758

    Hello, on the site i’m working on can i make the groomsmen circles MUCH smaller?

    #527798

    Hi!

    When inserting / editing the Image, select another size here – http://screencast.com/t/J9oI8qSXK5r

    Best regards,
    Josue

    #528926

    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?

    #528944

    I think that’ll solve the problem :)

    #529174

    Hi,

    Great, please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    #529282

    Yes please I would like to get the 6 in a row instead of 5

    #529738

    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

    #529899

    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!

    #530521

    Hey!

    Are you going to add more items in the “Dipping Selection” section? The css code above is very specific for your installation so let us know when you’re done with the “Dipping Selection” section then we’ll give you the css modification for it.

    Best regards,
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.