• Is there a way to make the button align to the left of the box? It seems to be centre aligned by default.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Hi,

    You can add this custom CSS via Dashboard -> Appearance -> Customize -> Additional CSS.

    
    .amazon-product-container .amazon-auto-links-button 
    {
      margin-left: 0;
    }
    

    Let me know if something goes wrong.

    Thread Starter crabdog

    (@crabdog)

    Hi,

    Thank you for your reply.

    It doesn’t seem to be working for me:

    I tried adding the code via Dashboard > Appearance > Additional CSS and also on the individual post Additional CSS.

    It’s not a big thing: I can leave the button out if necessary.

    Regards,

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

The topic ‘How to make button align left’ is closed to new replies.