• Resolved adsleeder

    (@adsleeder)


    Hi,

    Very sorry, I am very new to this. Please can someone help me align the text to the centre of the row and to shrink the gaps at the top and between the header?

    Exampe of site

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author metaphorcreations

    (@metaphorcreations)

    Can you post a link to your site so I can check it out? I’ll need to see your live site to give you specific css to use.

    Thanks!

    Thread Starter adsleeder

    (@adsleeder)

    Plugin Author metaphorcreations

    (@metaphorcreations)

    Add the following custom css to your News Tickers > Settings page or to your Customizer page:

    #mtphr-dnt-widget-2 {
      padding-left: 20px;
      padding-right: 20px;
    }
    .mtphr-dnt-inline-title {
      font-size: 16px;
      margin-bottom: 0;
    }
    .mtphr-dnt-tick-container {
      padding-top: 1px;
    }
    @media screen and (min-width: 1025px) {
    .site-branding {
      margin-top: 5px;
      padding-left: 15px;
    }
    }

    I adjusted a few other things as well, feel free to adjust. Also, you may want to break up your text into multiple ticks on your ticker instead of one long string. That will get rid of the large gap of empty space at the end of your tick.

    Thread Starter adsleeder

    (@adsleeder)

    I love that! Thank you so much…

    I quite like the gap at the moment, but will bear that in mind.

    Many thanks for helping a complete novice!

    Plugin Author metaphorcreations

    (@metaphorcreations)

    You’re welcome!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Gap between header and alignment’ is closed to new replies.