Theme4Press › Forums › evolve › iframe in sidebar looses rightside edge in mobile view › Reply To: iframe in sidebar looses rightside edge in mobile view
#30150
|
Hi Denzel,
I tried your code, but then you still had to scroll sideways to see the game board, while the margins to the left seemed to offer enough room. Therefor I copied your code from the frontpagecontentboxes, that do show more content-width. With the margin-minus-code out your “.row div” I made this following change, and it seems to work. testsite.groningercombinatie.nl
div#secondary.aside.col-sm-6.col-md-4 {
margin-left: -30px !important;
margin-right: -30px !important;
}
Thanks, as always, for your quick reply,
Govert