Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #852137

    Jonathon T
    Participant

    I just updated to the newest version of X theme with cornerstone and all of that most recent version. But now on my site all of the buttons are weirdly shaped.

    When I am looking in the “front end composer” view they look fine and normal but when I look as a website preview they are messsed up.

    Help?

    apollofotog.staging.wpengine.com

    #852164

    Zeshan
    Member

    Hi Jonathan,

    Thanks for writing in!

    I’ve checked your site and it seems the buttons contain paragraph tags. Please try adding following CSS code under Custom > CSS in the Customizer:

    .x-btn p {
      margin: 0;
    }
    

    It will remove the spacing from buttons.

    Thank you!