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:
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
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
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!
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
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;
}