Guest boss1996 Posted July 11, 2018 Share Posted July 11, 2018 so for a example when you add a custom block and it always goes on the top is there a way for me to set it half way the page i wanna have the function to place them were i want top, middle, bottom etc, Link to comment Share on other sites More sharing options...
Administrator Tony 5,207 Posted July 11, 2018 Administrator Share Posted July 11, 2018 You could try applying margin-top to the block itself by using the block's data tag. For example: [data-blocktitle="Topic Feed"] li.ipsWidget.ipsWidget_vertical.ipsBox { margin-top: 100px; } Or, you could try adding empty custom blocks above the block you'd like to position, then hiding those custom blocks. All of these are CSS hacks that are likely to look/react differently on different devices and browsers. 1 Link to comment Share on other sites More sharing options...
Guest boss1996 Posted July 11, 2018 Share Posted July 11, 2018 5 hours ago, Davlin said: You could try applying margin-top to the block itself by using the block's data tag. For example: [data-blocktitle="Topic Feed"] li.ipsWidget.ipsWidget_vertical.ipsBox { margin-top: 100px; } Or, you could try adding empty custom blocks above the block you'd like to position, then hiding those custom blocks. All of these are CSS hacks that are likely to look/react differently on different devices and browsers. i agree it will look different on all devices at least mobile anyways ill mess around and see what i can come up with thanks for helping Link to comment Share on other sites More sharing options...
Recommended Posts