User Experience for Google

Posted in: Newsmag
Post count: 24

Hello,

Please suggest how solve this problem

99 / 100User Experience

Consider Fixing:
Size tap targets appropriately
Some of the links/buttons on your webpage may be too small for a user to easily tap on a touchscreen. Consider making these tap targets larger to provide a better user experience.
The following tap targets are close to other nearby tap targets and may need additional spacing around them.
The tap target admin and 2 others are close to other tap targets show original.
The tap target admin and 16 others are close to other tap targets.
The tap target 0 is close to 1 other tap targets.
The tap target How To Use Bas…rate Your Home is close to 1 other tap targets.
The tap target contact@yoursite.com is close to 1 other tap targets.

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css:

.td-big-grid-post .td-post-category{
line-height: 10px;
margin-bottom: 5px;
}
.td-post-category{
bottom: 10px!important;
}
.footer-email-wrap{
margin-top: 10px;
}

Also you can increase the values as you like then test again.
Thanks!

Post count: 24

Hello,

I insert this css code in theme but 99/100 User Experience

Please suggest how solve this problem

Thanks

Post count: 6535

Hi

Try this css, it should work fine:

@media (max-width: 768px){
.td-big-grid-post .td-post-category{
line-height: 10px;
margin-bottom: 5px;
}
.td-post-category{
bottom: 10px!important;
}
.footer-email-wrap{
margin-top: 10px;
}
.td_block_trending_now{
margin-bottom: 20px!important;
}
.td-grid-style-7 .td-big-thumb .entry-title {
margin-bottom: 10px;
}
}

You can increase the values if the result won’t change after the css it’s applied.
Thanks!

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