Okay
  Public Ticket #626092
Header Text CSS
Closed

Comments

  • Kyle started the conversation

    I would like to format the h1 in the header of this page: http://www.honestmotion.com/video-marketing/. I want to change the padding so that the text is positioned properly on my BG image. The vertical alignment is set to Top. It needs to come down a little (maybe 30px). I tried this but it doesn't work:

        #page-header-bg h1 {
            padding-top: 50px !important;
        } 

    I also tried changing it only for mobile and it also didn't work:

    @media only screen and (min-width: 375px) and (max-width: 667px) /*and (-webkit-min-device-pixel-ratio: 2)*/ {
        #page-header-bg[data-parallax="1"] h1 {
            padding-top: 50px !important;
        }
    }
  •  8,992
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    #page-header-bg .span_6 h1, .nectar-box-roll .overlaid-content h1 {
        padding-top: 30px !important;
    }


    Best/


    ThemeNectar Support Team 

  • Kyle replied

    It is not working. I added that code, and I see it inline but it is having no affect: http://www.honestmotion.com/video-marketing/. I can\'t seem to make any changes to the style.

  •  8,992
    Tahir replied

    Hey Again,

    I cant see the css on the frontend , Make sure there is no red cross in the custom css box. See screenshot: http://prntscr.com/9n1qvb . It works perfectly when i add i to the live browser.

    BEst.


    ThemeNectar Support Team