Okay
  Public Ticket #2892935
header
Closed

Comments

  •  8
    lukaskrumme started the conversation

    Hey, the writing should be under the logo with a little padding

  •  8,844
    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):

    @media only screen and (min-width: 1000px) {
        #page-header-bg[data-alignment-v="middle"][data-alignment="center"][data-parallax="1"] .nectar-particles .inner-wrap {
            -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
        }
        #page-header-bg[data-alignment-v="middle"][data-alignment="center"][data-parallax="1"] .nectar-particles .inner-wrap h1 {
           top: -1.5em !important;
           position:relative;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  1,878
    Judith replied

    Hi There,

    You mean this area?

    6238327857.png

    Thanks.