Okay
  Public Ticket #221520
triangle on corners
Closed

Comments

  • Fahad started the conversation

    Hi

    I have this problem.

    atriangle is on the corner of every title is hiding part of the titles.

    I need to shift the titlesto left to show complete titles in all affected pages in front page, post page, category… you name it.

    best regards

  •  93
    djwd replied

    Hi there,

    since you're using the same green color I suggest to remove it, it's much easier and it'll save some bytes, you could do it as so:

    .cat-diagonal {display:none!important}

    Hope this helps

    Regards
    djwd

    Regards
    djwd

  • Fahad replied

    thanks for replying

    i believe it is excellet idea to keep it

    it give a nice looking to the page.

    i am planning to change the colour too to make show.

    appreciate provide the code to shift the titles left .

    best regards,

  •  93
    djwd replied

    Here's the code to shift titles to the left (pasted in your dash already)

    .widget-title-bg .widget-title span.inner, .widget-title-bg .simil-widget-comment span.inner { text-align: left; padding-left: 10px; }

    Regards
    djwd

    Regards
    djwd

  • Fahad replied

    thank you for your efforts.