Okay
  Public Ticket #630436
Button overlays long captions
Closed

Comments

  •  1
    Niklas started the conversation

    Since I updated to 7.0 the comment button overlays the title of the blogpost if it is long. In my case, they usually are.

    Regards, Niklas

  •  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) :
    @media only screen and (min-width: 1000px) {
        #page-header-bg .span_6 h1, .nectar-box-roll .overlaid-content h1 {
            width: 70%;
        }
    }

    Bes.t


    ThemeNectar Support Team 

  •  1
    Niklas replied

    Thanks! Since this is fixed in the last update, ticket can be closed!