Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi if that is your own Div tag then add a class to it. Make sure no other plugin or theme is using that class. For example

    <div class="myclass"></div>

    Then you would create your CSS style by adding the following.

    .myclass{
    width:380px;
    position: relative;
    float: left!important;
    margin:0 140px 18px 0;
    }
    Thread Starter oissela

    (@oissela)

    Yes, I know this is a solution but… I do not want to use div tag. I just would like to customize original css of the plugin…

    Plugin Contributor mbrsolution

    (@mbrsolution)

    I am not sure if you can achieve your request. The plugin uses the theme css files. Using div tags is the best way to control the location of the player.

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

The topic ‘How to create a css custom style’ is closed to new replies.