Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #683313

    Hi,
    I would need your help concerning my homepage. I don’t know if you can help me or if i have to ask content views. Under PRONOS, on the text after the ■, the text is slightly lower. I tried to fix this with css but didnt manage !

    Regards,
    C.

    #683315

    Hey Janus!

    It seems like it is on the same level on my end but you can adjust the position using following code

    .pt-cv-view .pt-cv-title {
        position: relative;
        bottom: 1px;
    }

    Regards,
    Yigit

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