Mobile/iPad questions

Posted in: Newspaper
Post count: 74

1. On mobile, how can I make this “Search” text bigger? https://snag.gy/jR2nWM.jpg

2. On mobile, how can I change the my menu items’ order to be Facebook, Twitter, Instagram? https://snag.gy/elxcKd.jpg

3. On iPad portrait, how can I change the font size of my excerpts?

4. On iPad landscape, how can I change the font size of the article titles in Module 6? https://snag.gy/qX3Jev.jpg

5. Is it possible to re-order my footer social icons to be Facebook, Twitter, Instagram? https://snag.gy/17rQjv.jpg

Post count: 22421

Hello,

1. You can use this code to make the text bigger:
@media(max-width:767px){
.td-search-wrap-mob .td-search-input span{
font-size:20px;
}
}

2. I’m not sure how you implemented the icons there. The default implementation of the mobile social icons is like so: https://www.screencast.com/t/5OwpQNJK
The order can be changed by changing the order in this array: https://www.screencast.com/t/MzsqDfiYKi

3. It can only be done with css for responsive options. Add this code in the theme panel-> cuxtom code-> advanced css box under ipad portrait:
.td-excerpt{
font-size:20px;
}

4. The article titles can be changed from the theme panel-> fonts settings.

5. The same order from the array at point 2 is applied.

Thank you!

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