[Plugin: Audio Player] I can’t center the player
-
I am using the theme Atahualpa, and add this code at my style.ccs:
p.audioplayer_container { text-align: center; }
This is my style ccs:
/* Theme Name: Atahualpa Theme URI: https://wordpress.bytesforall.com/ Description: Version 3.4.5 - Build your own unique, professional and browser-safe WordPress Theme: 1-5 columns, fluid or fixed width, rotating header images and 2 dozen option pages. Support and tutorials at our forum. Version: 3.4.5 Author: BytesForAll Author URI: https://forum.bytesforall.com/ Tags: white, one-column, two-columns, three-columns, four-columns, fixed-width, flexible-width, custom-colors, custom-header, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, translation-ready */ .aligncenter { display: block; margin-left: auto; margin-right: auto; } .alignleft { float: left; } .alignright { float: right; } p.audioplayer_container { text-align: center; }
… but not working. Am I doing something wrong? Check my blog: https://www.andresflamenco.com.ar Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: Audio Player] I can’t center the player’ is closed to new replies.