OK. I am not going to use the su_column and su_row.
Use a div to keep the photo + button in 50% width and make its width to 100% when it is in mobile.
div.box{
float:left;
width:50%;
}
@media (max-width: 768px) {
div.box {
width:100%;
}
}
Hi Vladimir,
If I am using [su_row] shortcode, I will not able to wrap the text around the single column in desktop view. My intended view should be like this: https://imgur.com/erc9T3Y
Hi. Just want to check if this will be resolved in coming shortcode ultimate revision? or I need to figure that out myself. Thanks!