How can I delete the row for the News Ticker

Posted in: Newspaper
Post count: 6

I don’t use the News Ticker and I’d like to delete the row of this element from the home page. How can I do that?

Post count: 1043

Open the page with td composer. Click on the news ticker and you will see something like this on the left http://prntscr.com/j8pytg. Move your cursor to where it reads row>column at the top and click on row. Then scroll down until you see a delete row button with a black background. Save the page (and update it if you opened from the WordPress admin pages section).

Post count: 6

I have deleted the News Ticker, but I’d like delete the empy row between main menu and big grid (http://mtb-vco.com/wp-content/uploads/2018/04/Immagine-15.jpg)

  • This reply was modified 8 years by mtb-vco.
Post count: 20688

Hi,

That would be the default page padding top, you could remove it if required by entering this code in the Theme panel->Custom CSS section
https://www.screencast.com/t/3R00rvRWdAdr

.home .td-main-page-wrap {
padding-top: 0;
}

Thanks

Post count: 6

Many thanks! And if I wish a thinner row?

Post count: 6

I’ve done it. I’ve used that:

.home .td-main-page-wrap {
padding-top: 10px;
}

Thanks!

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