Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3545387
Top Bar - Article cropped
Closed

Comments

  • fauquetlucile59 started the conversation

    Hello, I have an issue with the topbar, the title of each article is cropped and I tried to change the max width but it doesn't help - Can you let me know how to solve this please ?

    Thanks in advance

    Attached files:  topbar.png

  •  2,541
    PenciDesign replied

    Hi,

    Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    .penci-headline .pctopbar-item:first-child {
        min-width: 50%;
    }

    Regards,
    PenciDesign.