Title: Layout style issue
Last modified: January 16, 2018

---

# Layout style issue

 *  Resolved [drjmedia](https://wordpress.org/support/users/drjmedia/)
 * (@drjmedia)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/layout-style-issue/)
 * Having an issue with the spacing on the ticker as you can see here:
 * [https://www.dropbox.com/s/8v46oc09sekhjpz/Screenshot%202018-01-16%2009.58.50.png?dl=0](https://www.dropbox.com/s/8v46oc09sekhjpz/Screenshot%202018-01-16%2009.58.50.png?dl=0)
 * Any ideas? I’ve had a play with CSS but can’t seem to do anything with it?

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

 *  [kiranpreet](https://wordpress.org/support/users/kiranpreet/)
 * (@kiranpreet)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/layout-style-issue/#post-9868504)
 * Hello [@drjmedia](https://wordpress.org/support/users/drjmedia/),
 * Thanks for installing our plugin.
    I’ve seen the screenshot you’ve shared. The**
   plugin styles** are being overridden by your **theme styles**.
 * Please share the link of your web page so that we may check and fix this issue.
 * Thanks!
 *  Thread Starter [drjmedia](https://wordpress.org/support/users/drjmedia/)
 * (@drjmedia)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/layout-style-issue/#post-9868519)
 * Thanks guys. We did have an under construction page up but I’ve switched that
   off so you can take a look.
 * [Click me](http://www.clickbit.io)
 * Thanks again.
 *  [kiranpreet](https://wordpress.org/support/users/kiranpreet/)
 * (@kiranpreet)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/layout-style-issue/#post-9868549)
 * [@drjmedia](https://wordpress.org/support/users/drjmedia/),
 * Did you add **ticker shortcode** on your WordPress page?
    -  This reply was modified 8 years, 4 months ago by [kiranpreet](https://wordpress.org/support/users/kiranpreet/).
 *  Thread Starter [drjmedia](https://wordpress.org/support/users/drjmedia/)
 * (@drjmedia)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/layout-style-issue/#post-9868559)
 * Yeah can you double-check again as I might have disabled it before you viewed
   it.
 *  [kiranpreet](https://wordpress.org/support/users/kiranpreet/)
 * (@kiranpreet)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/layout-style-issue/#post-9868584)
 * [@drjmedia](https://wordpress.org/support/users/drjmedia/),
 * Please let us know if you’ve added shortcode on your WordPress page to display
   Ticker
    or you’ve just created a ticker from** Crypto Widget **option in dashboard
   and selected “**Header**” option in “**Where Do You Want to Display Ticker?**”
   setting.
 * Thanks
 *  Thread Starter [drjmedia](https://wordpress.org/support/users/drjmedia/)
 * (@drjmedia)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/layout-style-issue/#post-9868633)
 * I selected “Header” option in Where do you want to display ticker setting.
 * This is how I have the options laid out:
 * [https://www.dropbox.com/s/c0yych2yixg5ikj/Screenshot%202018-01-16%2010.50.52.png?dl=0](https://www.dropbox.com/s/c0yych2yixg5ikj/Screenshot%202018-01-16%2010.50.52.png?dl=0)
 *  [kiranpreet](https://wordpress.org/support/users/kiranpreet/)
 * (@kiranpreet)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/layout-style-issue/#post-9868712)
 * Did you paste this **Shortcode **anywhere on your WordPress page?
 * [https://drive.google.com/file/d/1IvEZZTJLc5qwp24HFgWXznnnHT5S0D9V/view?usp=drivesdk](https://drive.google.com/file/d/1IvEZZTJLc5qwp24HFgWXznnnHT5S0D9V/view?usp=drivesdk)
 * This type of problem occurs occassionaly when users add shortcode on their WordPress
   page in case when **ticker position** is set to **header **or **footer**.
 * Please remove the **Shortcode **from your WordPress page if you’ve added it.
    -  This reply was modified 8 years, 4 months ago by [kiranpreet](https://wordpress.org/support/users/kiranpreet/).
 *  Thread Starter [drjmedia](https://wordpress.org/support/users/drjmedia/)
 * (@drjmedia)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/layout-style-issue/#post-9868794)
 * It was there initially but I removed the code and nothing changed.
 *  [kiranpreet](https://wordpress.org/support/users/kiranpreet/)
 * (@kiranpreet)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/layout-style-issue/#post-9868905)
 * [@drjmedia](https://wordpress.org/support/users/drjmedia/),
 * Now please add this **CSS** in **Custom CSS setting** of the plugin :
 *     ```
       .tickercontainer .coin-container 
       {
           margin-top: -15px;
       }
   
       .ccpw-header-ticker-fixedbar 
       {
           top: 0px !important;
       }
       ```
   
 * [https://drive.google.com/file/d/1EpwnMkyLCBMvP2mGN0QHaS6xwmTxbjZX/view](https://drive.google.com/file/d/1EpwnMkyLCBMvP2mGN0QHaS6xwmTxbjZX/view)
 * Feel free to contact us if you need any further assistance.
 * Thanks!
 *  Thread Starter [drjmedia](https://wordpress.org/support/users/drjmedia/)
 * (@drjmedia)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/layout-style-issue/#post-9868923)
 * Absolutely spot on! Excellent support and service! I’ll definitely look at the
   Pro version when released!
 * Thanks again!
 *  Thread Starter [drjmedia](https://wordpress.org/support/users/drjmedia/)
 * (@drjmedia)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/layout-style-issue/#post-9868930)
 * One last thing. Any way of changing the currency to GBP?
 *  [kiranpreet](https://wordpress.org/support/users/kiranpreet/)
 * (@kiranpreet)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/layout-style-issue/#post-9868934)
 * It’s great.
    Thankyou so much for your appreciation.
 * Please give us your valuable feedback :
    [https://wordpress.org/support/plugin/cryptocurrency-price-ticker-widget/reviews/#new-post](https://wordpress.org/support/plugin/cryptocurrency-price-ticker-widget/reviews/#new-post)
 * Thanks
 *  [kiranpreet](https://wordpress.org/support/users/kiranpreet/)
 * (@kiranpreet)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/layout-style-issue/#post-9868942)
 * We’re currently working on the **PRO **version of plugin.
    We’ll definitely add
   the feature of **changing currency to GBP **in **PRO **version.
 *  [sliggy](https://wordpress.org/support/users/sliggy/)
 * (@sliggy)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/layout-style-issue/#post-9886812)
 * I am having a similar trouble on my website at: [http://baronsleague.com/](http://baronsleague.com/)
   I tried to use the code:
 *     ```
       .tickercontainer .coin-container 
       {
           margin-top: -15px;
       }
   
       .ccpw-header-ticker-fixedbar 
       {
           top: 0px !important;
       }
       ```
   
 * however, that code did not work for me because the ticker was now partially behind
   a white stripe at the top.
 * I’m pretty sure your ticker is not to blame, but do you have any ideas for me?
 *  [kiranpreet](https://wordpress.org/support/users/kiranpreet/)
 * (@kiranpreet)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/layout-style-issue/#post-9887899)
 * Hello [@sliggy](https://wordpress.org/support/users/sliggy/),
 * Thanks for installing our plugin.
    I’ve checked the link you’ve shared.
 * Please add below mentioned CSS in sustom style setting of plugin :
 *     ```
       .ccpw-header-ticker-fixedbar 
       {
           top: 0px !important;
       }
       ```
   
 * Feel free to contact us if you’re still not able to solve this issue.
 * Thanks!

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

The topic ‘Layout style issue’ is closed to new replies.

 * ![](https://ps.w.org/cryptocurrency-price-ticker-widget/assets/icon-256x256.gif?
   rev=3349670)
 * [Cryptocurrency Widgets - Price Ticker & Coins List](https://wordpress.org/plugins/cryptocurrency-price-ticker-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cryptocurrency-price-ticker-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cryptocurrency-price-ticker-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/cryptocurrency-price-ticker-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cryptocurrency-price-ticker-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cryptocurrency-price-ticker-widget/reviews/)

## Tags

 * [layout](https://wordpress.org/support/topic-tag/layout/)
 * [style](https://wordpress.org/support/topic-tag/style/)

 * 15 replies
 * 3 participants
 * Last reply from: [kiranpreet](https://wordpress.org/support/users/kiranpreet/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/layout-style-issue/#post-9887899)
 * Status: resolved