Okay
  Public Ticket #314808
Move blog title to the top of page header image
Closed

Comments

  • neng started the conversation

    Hi TemeNectar.

    How I can move blog title from middle of the image header on single post to the top so the blog title can be see clearly.

    I mean under menu bar, capture2.jpg

    http://www.foliobox.com.au/2014-citytosurf-perth-w...

    Thanks.

  •  8,406
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    @media only screen and (min-width: 1000px) {
        html body.single-post #page-header-bg[data-parallax="1"] .span_6 {
            top: 80px!important;
        }
    }
    
    
    Thanks 


    ThemeNectar Support Team 

  • neng replied

    The code is not working when log off from Wordpress (firefox, chrome)

    http://www.foliobox.com.au/2014-city-to-surf-perth-western-australia/

    another post  http://www.foliobox.com.au/avon-descent-2014/ still the same.

    I would like all blog titles move up to the top for every posts not just one post, sorry for not to be clear at the first place.

    Thanks


  •  8,406
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    @media only screen and (min-width: 1000px) {
        html body.single-post #page-header-bg .span_6 {
            top: 80px!important;
        }
    }
    Thanks 


    ThemeNectar Support Team 

  • neng replied

    Thank you, you are make my day, thanks again