Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Add to Cart Quantity Button / CSS help #541906

    Hi Yigit,

    Thank you so much for the code. I had to tweak the code a little to get everything to fit exactly the way I wanted, but your code helped set everything up properly to get it all fixed. Attached the code I used for others to play with.

    
    .avia_cart_buttons button.button.alt {
    float: left !important;
    }
    
    .avia_cart_buttons span {
        position: relative;
        top: 54px;
    }
    
    a.button.show_details_button {
        float: right!important;
        margin-top: -42px!important;
    }
    
    button.button.alt {
        float: left!important;
       margin: 0 0 0 20px;
    }
    
    span.button-mini-delimiter{
        position: relative;
        top: -39px;
    }
    
    .avia_cart_buttons {
        opacity: 1;
    }
    
    in reply to: Customize text on the dropdown menu #399249

    Thank you! That worked perfectly.

    in reply to: Displaying a Post inside of a Portfolio #389617

    Hi Andy,

    My apologies for my horrible explanation. Hopefully this image will help better describe what i’m trying to do.

    Example

Viewing 3 posts - 1 through 3 (of 3 total)