Editing Custom Codes on Mobile

Posted in: Newspaper
Post count: 26

Can you please help me to edit some custom codes on mobile?
I want the category and the title of each post to be at the center


also on mobile, I want to disable the auto scroll / sticky option of the of the main menu and the logo

please check the site : recipenijuan.com on mobile to see

  • This topic was modified 7 years by TrashTalk.
Post count: 35449

Hi,

I’ve just check your website, and its look like you’ve made some changes, seems you’ve handle a part of problem.
If you still want to make some changes, lets us know.

Thanks.

Post count: 26

hi there, the website is still the same, the error i want to fix is still there, can you please check it again now?

Post count: 26

Please see the website I just clear the cache and the things i want to fix is till there

Post count: 35449

Hi,

You can change the text “Blog” from Newspaper> theme panel> Translations >Translations ( https://www.screencast.com/t/UhO9YSOMNN2 ),
Please try this custom css:

.entry-crumbs, entry-crumbs{
text-align: center;
}
.home blog .er-recipe .td_module_mob_1 .item-details .entry-title {
font-size: 15px;
}
.home blog .er-recipe .td-module-meta-info a{
float: left;
margin: 3px 0;
}
.home blog .er-recipe .td-module-meta-info .td-post-date{
margin: 3px 0 0 0;
clear: both;
float: left;
}

Paste it in Newspaper> Theme panel> Custom code> Custom css.
Thank you.

Post count: 26

will this code have an effect on the mobile theme version or i will just paste this on the custom code on mobile too?

Post count: 35449

If you are using mobile theme paste it there in custom code.

Post count: 26

I already did but some of the dates on the homepage are different from others. I want to put it all down under the category. Some of the dates are after the category block.
Also, The title of every single post is not in the center even though I put the custom code on mobile theme

Post count: 35449

Hi,

Please read this documentation Create custom code with the browser’s Inspector or the Live CSS Box from here: https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thank you for your understanding.

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