Jump to content

Sidebar issue


Guest boss1996

Recommended Posts

Guest boss1996

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

  • Administrator

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.

  • Upvote 1
Link to comment
Share on other sites

Guest boss1996
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

Guest
This topic is now closed to further replies.
×
×
  • Create New...