//*This code places the image on the left:*//
@media only screen and (min-width: 640px){
[data section id] .section-background {
width: 50%
}
[data section id] .content-wrapper {
width: 50%;
margin-left: 50%!important;
}
}
//*This code places the image on the right:*//
@media only screen and (min-width: 640px){
[data section id] .section-background {
width: 50%;
margin-left: 50%!important;
}
[data section id] .content-wrapper {
width: 50%;
margin-left: 0%!important;
}
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter