[Resolved] Problem with website design!

Home Forums Support [Resolved] Problem with website design!

Home Forums Support Problem with website design!

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #445088
    Marcin

    I have two elements on my website – post vievs counter [shortcode] and date (I write it by hand). I want it to look like this page.

    https://arturjablonski.com/katalog-produktow-na-facebooku/

    I mean:

    19 lipca – PPC (Adwords & FB Ads)

    Two elements next to each other – Post vievs counter and date for post published.

    Can you help?

    Example page: https://marcinszkodzinski.pl/przyklad/

    #445211
    Leo
    Staff
    Customer Support

    Hi there,

    Try something like this:

    .entry-meta {
        display: inline-block;
    }
    #445642
    Marcin

    Thanks!

    The last question:

    The clock icon is too high (about 2,3px)

    How to lower it?

    Line-height doesn’t work.

    See:

    https://marcinszkodzinski.pl/afera-reprywatyzacyjna/

    #445699
    Tom
    Lead Developer
    Lead Developer

    Try this:

    .fa-clock-o:before {
        position: relative;
        bottom: -3px;
    }
    #445791
    Marcin

    Thanks. Is ok!

    #445966
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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