Tagged: Post Titles
- This topic has 5 replies, 2 voices, and was last updated 5 years ago by
Theme Horse Support Team.
-
AuthorPosts
-
April 22, 2020 at 7:20 pm #77030
paulomalheirodias
ParticipantHi again
After trying to publish a first post, I noticed that, at least in Chrome for Android, the post title is “too left” and half of the letters on the left are shown just in half.
May you please explain me how to correct this?Once again, thank you so much.
Paulo
April 23, 2020 at 7:06 am #77033Theme Horse Support Team
KeymasterCould you please share us your Site URL so that we have check about the issue.
Thanks
April 23, 2020 at 8:21 am #77045paulomalheirodias
ParticipantSure:
http://sacoroto.pt/lamber-cus-durante-uma-pandemia-nao-e-higienico/
Once again, thank you so much for your care.
April 23, 2020 at 9:43 am #77048Theme Horse Support Team
KeymasterOk we have figure out the issue. While customizing the styles on style.css file, on line no: 4194, you have missed the
;
on the end of the line. It should be like this as below:font-size: 25px;
and on line no: 3983 and 3984. remove the below commented style properties.
/* top: 0px; */ /* left: -50px; */
You have customized the styles by making changes on the main theme style.css file but instead of customizing on main style.css file, we recommend you to customize the styles through ‘Additional CSS’ Option which you can find on ‘Appearance > Customize > Additional CSS’. other wise all your customizes styles will be lost when you update the theme to new version when available.
If you are customizing by making changes on other files with scripts then we recommend you make the Child Theme, then you can make changes on Child theme.Thanks
April 24, 2020 at 11:40 am #77072paulomalheirodias
ParticipantHi
Once again, thank you so much for your care.
Now I’m having another issue, again only on mobile: the post title appears to be centered, but left indented. This doesn’t happens on the PC version, as it is left aligned.
Please look at
http://sacoroto.pt/lamber-cus-durante-uma-pandemia-nao-e-higienico-parte-i/ using a smartphone
if you have time to do it.Thanks!
April 25, 2020 at 9:48 am #77080Theme Horse Support Team
KeymasterYou have added some styles on style.css file which has affect on mobile view and we noticed even you haven’t removed the codes that we mentioned on previous solution. Please go to line no: 4195 and remove the below code.
/* left: 20px; */
then again go to line no: 3981, 3983, 3984 and remove the below mentioned code from it.
/* text-align: center; */
/* top: 0px; */
/* left: -50px; */
Thanks
-
AuthorPosts
- You must be logged in to reply to this topic.