badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Post title misaligned in mobile platforms

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #77030
    paulomalheirodias
    Participant

    Hi 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

    #77033

    Hi @paulomalheirodias,

    Could you please share us your Site URL so that we have check about the issue.

    Thanks

    #77045
    paulomalheirodias
    Participant

    Sure:

    http://sacoroto.pt/lamber-cus-durante-uma-pandemia-nao-e-higienico/

    Once again, thank you so much for your care.

    #77048

    Ok 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

    #77072
    paulomalheirodias
    Participant

    Hi

    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!

    #77080

    You 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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.