How to remove blank space in Empire 2.0 product description?

Hello, I’m looking for a way to remove some of the blank space in our product description. wanna try something like this, cut it on half or keep it more to the left side.

https://www.remlagret.se/products/rundsling-somnlos-6000-mm-2000-kg-gron

Thanks in advance.

Hi @emilbrandon

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:

@media screen and (min-width: 1000px) {
    .tab-radio:checked+.tab-label+.tab-panel {
    padding-right: 50%;
}
}

I hope it would help you

Thank you, looks good :slightly_smiling_face:

1 Like

You’re most welcome! :blush:

I’m glad it works well on your end!