Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #234739

    hi again,
    1. i want to put a promo box in a 1/3 column, how do i change the button of the promo box to be below instead of on the right? i want this change to apply only to this promo box. picture: promobox button on side

    2. in the homepage, the costumer wants a slider and a contact form on top. so i put a easy slider on 2/3 and a contact form on 1/3.
    but is there an option to keep using the advance layer slider? i like the advanced layer slider better. maybe i can put the contact form as a top layer on top of a fullscreen slider? do you know a way to that?
    picture: homepage 2/3 slider

    • This topic was modified 10 years, 3 months ago by graphico.
    #235183

    Hi!

    1. Try adding this code to the Quick CSS:

    .av_promobox .avia-button-wrap{
        float: none !important; 
    }
    .av_promobox .avia-button-wrap .avia-button {
        float: none !important;
        position: static !important;
        margin-top: 0 !important;
    }

    2. You can put a shortcode (contact form) in a layer of LayerSlider.

    Cheers!
    Josue

    #236896

    hi thanks, but i want this change to apply only to this promo box. your code will change all promo boxes across the site won’t it?

    #237086

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #237229

    gladly: http://restorationxpress.com/www/
    the promo box is on the bottom right, home page. your code isn’t working well as you can see
    image: promobox problem

    and as i said i would like the code to somehow address only to this promo box (maybe use a unique ID?). i have another promo box here: http://restorationxpress.com/www/?page_id=4916 – and i want it to keep looking like it did before i put your code

    with your code: promobox not good

    without the code: promobox good

    #237234

    Hi!

    This will do it:

    .home .av_promobox .avia-button-wrap{
        float: none !important; 
    }
    .home .av_promobox .avia-button-wrap .avia-button {
        float: none !important;
        position: static !important;
        margin-top: 0 !important;
    }
    .home .avia-promocontent {
        margin-right: 0;
    }

    Regards,
    Josue

    #237241

    yes, this is good! thank you so so much

    your support is fantastic!

    #237243

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘promo box button + top slider’ is closed to new replies.