Okay
  Public Ticket #2685032
Secondary header bar mobile text not centered
Closed

Comments

  •  7
    Max started the conversation

    Hello,

    In the second header bar the mobile text is not vertically centered and there is white space above. I don't understand why...

    thks a lot if you could help me ;)

  •  8,848
    Tahir replied

    Hey,
    Please provide the page URL so I may write up the custom CSS for this request.
    Thanks


    ThemeNectar Support Team 

  •  7
    Max replied

    hey,

    Here is the link : (the second header bar is only broken on the mobile version and in ORIGINAL and ASCEND theme skin...)
    https://www.ichigoichi-e.com/categorie-produit/couture4cameleon/

    thks a lot ;)

  •  8,848
    Tahir replied

    Hey Again,

    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 (max-width: 999px) {
        body:not(.material) #header-secondary-outer[data-mobile="display_full"] .nectar-center-text {
            padding: 10px !important;
            margin: auto !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  7
    Max replied

    It works! thks a lot