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 #4310253
Header logo slogan not centered under the logo
Open

Comments

  • maximilianruschepaul started the conversation

    Hi all,

    I am adding my logo and a slogan below. But both elements seem to be left aligned, which looks odd. It should be center aligned. The header settings however are center aligned and therefore seem not to function properly. I found someone else with maybe the same problem where the support suggest adding a custom css:


    .penci-header-image-logo .site-slogan,
    .penci-header-text-logo .site-slogan {
      text-align: center;
    }

    However, also that does not work.. Any idea?


    Thanks and best;
    Max

  •  2,944
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .penci-header-builder .pc-builder-element.pc-logo a {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    
    .penci-header-builder .pc-builder-element.pc-logo img {
      width: 120px;
      height: auto;
    }

    Regards,
    PenciDesign.