I haven't done any custom CSS yet, but a lot of the buttons in the template are not aligned properly on the site.
Examples:

Can anyone tell me why this is happening? I don't want to break something somewhere else if I fix these by using css.

    saguaros Hi Saguaros,

    I'm using a bunch of 3rd party extensions, but they're pretty much only for certain modules and Menu Items.

    The Joomla Version Is 4.3.1.

    I aligned the buttons manually via the custom.css. If it helps you find the issue, here's the changes I made to align the Buttons as well as the Page counter:

    .counter.pull-right {
      margin-top: 0px;
      margin-left: 5px;
      margin-right: 5px;
      height: 40px;
      
    }
    
    input.btn.btn-primary {
      height: 40px;
    } 
      Write a Reply...
      You need to Login to view replies.