Closed (works as designed)
Project:
Magazeen
Version:
6.x-3.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2010 at 18:36 UTC
Updated:
1 Apr 2011 at 00:21 UTC
I have set my Sidebar Last to 300 pixels (with no Sidebar First on the page). Text in blocks are being cut off on the right hand side. Also, 300x250 ads that are placed in the Sidebar Last are also being cut off on the right hand side. It looks like 10x pixels are being cut off the content. Do you have any suggestions on ways to fix this?
Comments
Comment #1
sheena_d commentedCan you provide a screenshot or, preferably, a link to your site? What browser are you using and have you checked it in any other browser? Also, what settings do you have on your blocks in that region? If you set the sidebar to be 5 units wide and then set your blocks to be 6 units wide, the blocks will be cut off because they extend outside the region.
Thanks!
Comment #2
ndwilliams3 commentedGutters between grid regions are created by setting a 10px margin on the inner div within the region/block. So all regions/blocks will be 20px smaller than the set grid width. Setting a grid with of 300px will produce a content area of 280px. Anything larger than 280px will be cut off since overflow on blocks is set to hidden. You can fix by setting making the region larger or by removing the margin on the inner div. Although, removing the margins may cause an issue with the look of the layout.
Comment #3
stephthegeek commented