Tagged: functionality, margins, mobile
This looks great on desktop – https://www.screencast.com/t/dlxp4yguU1
But on a mobile it gets cut off – https://www.screencast.com/t/3nE6mxfoNnt
I have it set up like this – https://www.screencast.com/t/4PErkznHdIj
With custom margins on the first colum – https://www.screencast.com/t/twIKJ53ai50A
here’s the full page – https://ceoblindspots.com/number-1-secret-known-by-successful-ceos/
Thanks for your help.
Hey yifatcohen,
Add this to quick css:
@media only screen and (max-width: 767px){
.flex_column_table.av-equal-height-column-flextable.-flextable{
margin-top:20px!important;
}
.av_textblock_section .avia_textblock p img{
width:80%!important;
}}
Best regards,
Jordan Shannon