This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

Promo box text not vertical aligned

  • Creator
    Topic
  • #22218
    rjay
    Member

    It looks like the Promo box is intended for two lines of text, because if I only have a few words in it (see here: http://www.masteringengineer.com) the text is not aligned with the CTA button (it’s a bit high). So how can I align it so that it is centered on the horizontal axis ?

    • This topic was modified 7 years, 11 months ago by Jason Bobich. Reason: Changed word "horizontal" in title to "vertical" to avoid confusion
Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • #22219
    rjay
    Member

    Same issue with Theme Options -> Header Text too, I think ….

    #22228
    Jason Bobich
    Keymaster

    Hello,

    In the Promo box, there’s no alignment. It’s simply the button floated right of the text. Any other modifications would have to come in the form of your CSS customizations.

    For CSS changes, it’s a good idea to use a tool like firebug or Google Chrome’s built-in developer tools to locate them and then put the edits either in your child theme‘s style.css or in the “Custom CSS” option on your theme options page.

    For example:

    .tb-slogan .slogan-text {
      display: block;
      padding-top: 8px;
    }
    #22230
    Jason Bobich
    Keymaster

    Same issue with Theme Options -> Header Text too, I think ….

    #branding .header-addon {
      margin: 0;
      -ms-transform: translate(0, -50%); /* IE9 */
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The forum ‘Commodore WordPress Theme (formerly Complexity)’ is closed to new topics and replies.