Okay
  Public Ticket #2591419
Error in header - does not aline center on new line
Closed

Comments

  •  1
    Peter started the conversation

    When I initially setup the site years back (before I renewed support), the header would look like this, when set to 200px height. It broke the title + subtitle in two lines, which is what I wanted.

    However, when creating new pages today, the subtitle follows the page-title on same line without breaking up. Has the CSS-class changed since then or what is it that happens? There is no CSS specifically on those pages, so cannot figure out what is happeninhg.


    https://packroff.dk/kompetencer/konceptudvikling

    VS

    https://packroff.dk/kompetencer/content-creation/medie-produktion/


    I had made a screen recording but cannot upload WEBM. So hope you can see the problem in the header based on the links.

  •  2,978
    Andrew replied

    Hi Peter,

    Please send your login credentials with admin privileges so that we can look into the issue further.

    Thanks.

  •   Peter replied privately
  •  8,878
    Tahir replied

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .row .col.section-title span {
        display: block;
        padding-left: 0px !important;
    }

    Thanks


    ThemeNectar Support Team