How to show hidden rows???

Posted in: Newspaper
Post count: 86

We have hidden some of our row blocks using the display option under the CSS settings. Now we need to revert it back, how can we do that? We are not able to see the row section even in the tagDiv composer. How can we change the section settings(display) from hidden to show

Post count: 27744

Hello,

If you hide it on all the viewports then it is harder to render it. If you hide it only on some viewports, simply select another viewport, click on your element, click back on the old viewport and change the display setting. Also, check this thread for the solution: https://forum.tagdiv.com/topic/cssdisplay-show-or-hidden/

Thank you!

Post count: 86

I hide the rows for all the displays, that’s why I can’t see the the row. Okay, I will check the thread that you mentioned.

Post count: 27744

Hi,

You can also use, this code .td-pb-row.vc_row {
display:block!important;
}

Please set the code in live css.

Thank you!

Post count: 86

Thank you

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.