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

    hi there,
    i got a promo box in a 1/2 Column and the result dont looks pretty to me.
    Has someone an idea how to fix it? thx

    See it:

    my prob ...

    • This topic was modified 10 years, 11 months ago by docperi.
    #203157

    Hey docperi!

    Can you post the link to your website?

    Best regards,
    Yigit

    #203195

    Sure, but still working on it :-)
    http://creacion.de/creacion2013/#usp2

    The problem apears by using two <p>. The float doesnt work right way …

    Thx 4 help

    #203281

    Hey!

    You can add following code to Quick CSS in Enfold theme options under Styling tab to adjust the font size of the button

    .avia-button.avia-size-small {
    font-size: 17px!important;
    }

    17px looks fine to me but you may want to adjust it

    Best regards,
    Yigit

    #203300

    Hi, thx for answer. I know this. iI tryed it before :-)
    But this is just not the same. When u resize the window to ipad-size, you see the problem. that the button is near text not under the text.
    try it. :-) For mobile does it work!

    • This reply was modified 10 years, 11 months ago by docperi.
    #203368

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (min-width: 767px) and (max-width: 989px) {.avia-promocontent {
    margin-right: 0px; }
    .av_promobox .avia-button {
    right: 59px;
    top: 75%; }}

    Regards,
    Yigit

    #203403

    hello Yigit,
    thx for your support. You gave me the idea :-)
    Have nice christmas

    This code fixed my problem. Maybe another one can use it too :-)

    
    @media only screen and (min-width: 767px) and (max-width: 989px) {
    	
    .avia-promocontent {
    margin-right: 0px; 
    min-width:50%;
    }
    
    .responsive .av_promobox .avia-button, .responsive .av_promobox .avia-button-wrap{
    width:100%; 
    margin-top:4px; 
    position: relative;
    top:0; left:0; 
    text-align: center; 
    float:none;
    }
    
    #203442

    Hey!

    Thanks! Merry Christmas to you too and thank you for sharing your code :)

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Promo box works not fine’ is closed to new replies.