RapidWeaver Elements 0.7.11 (23517)
See this screenshot.
RapidWeaver Elements 0.7.11 (23517)
See this screenshot.
This is a problem I had previously and it still needs fixing, I think.
When one brings a Container onto a page, why am I able to set the left Margin Spacing to a value but I can not set the right Margin Spacing to any value. If the left works, why not the right? In fact, setting the left causes the scroll bar at the bottom to appear???
Cheers.
do a margin search…this has been answered several times before.
the way I look at it is if you have a photo on your table and you want a margin round it then it gets bigger if you add spacing it gets smaller.
This going to happen depending on how the SIZE of the container is setup. So if it is set to a width of FULL, adding a LEFT margin will PUSH it over. Then if you add a RIGHT margin you will not see it because the container has been pushed over by the LEFT amount.
If you change the SIZE width to AUTO the container will shrink and now both margins will be set and visible.
This is happening because your Grid width is set to full — 100% of the viewport in this case — and margins are added to the outside of the component, so it seems like they’re not doing anything.
If you want to add spacing to either side of your Grid, you should first set the Width to auto, then apply padding (padding is added to the inside of the component).
Hope that helps