Home Forums Free Themes Blog Lover formatting

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #95882
    Frau Inga
    Participant

    Hi,

    it’s me again …

    A post starts with “By:” + author + date – OK
    BUT: between “By” and “:” is a space. This should be deleted
    AND: Between author and date must be an space.

    Actualy my Blog runs on localhost. You can see, what I mean on your Demo: https://themepalace.com/theme-demo/?demo=R1J3ZkZPMlNib0dTNG85RmlLT1VuZz09

    “By : Moral ThemesFebruary 26, 2019”

    Which are the files where I can correct the formatting?
    (Iam very accurate)

    Best regards
    Frau Inga

    #95902
    wensolutions
    Keymaster

    Hello @frau-inga,

    Here “By : ” is hardcoded which cannot be changed but you can add the spacing between the date and author by adding below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and add the CSS below:

    a.url.fn.n {
        margin-right: 10px;
    }

    Hope this helps.

    Thank you.

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