• Resolved bop1ch

    (@bop1ch)


    Hello,
    I’m having a problem with buttons size.
    I have inserted the same code for all:
    In the plugins option, custom CSS field I added:
    .tablepress .button {
    background-color: #FFA500;
    border: none;
    border-radius: 15px;
    color: white;
    padding: 9px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;

    And in the advanced editor I added:
    `Voir prix</div>

    Can you please help me find were the issue is coming from?
    I’m new at this and I’ll really apreciate your help.
    Thank you in advance,
    Bop1ch

    • This topic was modified 4 years, 4 months ago by bop1ch.
    • This topic was modified 4 years, 4 months ago by bop1ch.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    I suggest to use this modified CSS code:

    .tablepress .button {
      background-color: #FFA500;
      border: none;
      border-radius: 15px;
      color: white;
      padding: 9px;
      width: 150px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
    }

    Regards,
    Tobias

    Thread Starter bop1ch

    (@bop1ch)

    Thank you Tobias!!!
    You are the best.
    It’s good to count on you.

    Bop1ch

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Different buttons size’ is closed to new replies.