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.
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.
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
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.