Change Article Display View

Posted in: Newspaper
Post count: 80

Hi,
I use the MS article display view in the Author display view.
There’s any way I can hide the featured image and align text to the left in this specific view?

Thanks

view

Post count: 6600

Hi,

You can do it via custom css, like this: http://screencast.com/t/nc8e1yCDZRJ

.author .td_mod_search .thumb-wrap {
display: none;
}

.author .td_mod_search .item-details {
margin-left: 0px;
}
.author .td_mod_search {
margin-bottom: 0px;
}

Thanks

Post count: 80

Thanks so much!

Post count: 80

Hi again,
It’s possible to use the MS article display in front page? I would like to use it like any other block.

Post count: 6600

Hi,

Unfortunately you can’t add the module search layout via page builder as there is no block build with this module. You can only use this layout on categories/ latest articles/ author pages/ blog/ archive and other templates.
Sorry for the inconvenience!

Thanks for the message!

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