More articles feature and ticker

Posted in: Newsmag
Post count: 2

Hi,
Firstly I wanted to say thank-you for a great theme that both looks and functions so beautifully.

I have 2 questions please:
1. I have installed the “more articles” feature which works great but is very large – on a mobile screen it takes up the whole screen (so none of the original article can be seen) and cannot be closed because the close button is above the screen. Is there a way to make it function better for mobile and smart devices?

2. How do I install the ticker feature?

Thanks,
Sam

Post count: 9544

Ticker feature is one of the options for home page in the visual composer. Basically need to create new top “row” in layout, then put the ticker element there, then choose what options you want …

Post count: 2

Thanks Chris for taking the time to reply – it is most appreciated.

Do you have any suggestions on how to fix the size of the “more articles” box on smaller screens?

Thanks again,
Sam

Post count: 7909

Hi,

Thanks Chris!


@Samm
You can try this custom css to reduce the size of articles box on mobile – http://screencast.com/t/o5ZALedkJIR

@media (max-width: 767px){
.td-more-articles-box-title {
min-width: 170px !important;
}
.td-more-articles-box {
width: 200px !important;
padding: 15px 5px 0px 5px !important;
}
.td-close-more-articles-box {
left: 0px !important;
}
}

Or you can hide it if you want to not be displayed on small screens – http://screencast.com/t/zUXUBfos

@media (max-width: 767px){
.td-more-articles-box {
display: none;
}
}

Thanks!

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