Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Bas Schuiling

    (@basszje)

    Hi,

    You can’t really change much yourself, but please explain what you are trying to do so I can advice.

    Thread Starter slagathor

    (@slagathor)

    Hi,

    I just wanted to place the maxbutton I made on top of a image . In the bottom right corner, but didnt find a way to do this without editing the css/style.

    Plugin Author Bas Schuiling

    (@basszje)

    That’s indeed not possible without some modifications. You want to place to button inside the ‘box’ where the image is being displayed, and it should have a position ‘relative’.

    Then you can address the MaxButtons by assigning some custom CSS to it. You can do this by adding it either to your theme’s CSS and add it somewhere where it allows you to enter custom CSS. This is very dependent on what kind of theme you have.

    You can target MaxButtons in a very ways. All have a distinct class added to them. For instance this is the number of the button ( ‘maxbutton-1’ ). So you can add CSS by adding something like this:

    .maxbutton-1 { position: absolute; bottom:0; right;0; }

    This will require you to be a little familiar with CSS however and might need some experimentation.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Edit whats inside style tag on button’ is closed to new replies.