Customtkinter grid buttons not centered

I am trying to make a control panel GUI using customtkinter which essentially consits of different pages with different buttons, however when I go to a different page, the buttons aren’t centered.

As you can see, the first page is centered:

However when I navigate to the Music Player, the buttons are aligned to the left for some reason:

When the Music Controls button is pressed, I delete all home screen widgets using
for widget in self.winfo_children(): widget.destroy()
And then I configure the columns using
self.grid_columnconfigure((0, 2), weight=1)

However, the buttons on the Music Player screen seem to be aligned to the left despite grid_columnconfigure being set.

Here is the code:

import customtkinter
from PIL import Image
from time import strftime

customtkinter.set_default_color_theme("dark-theme.json")

playerOpen = False

class App(customtkinter.CTk):
    def __init__(self):
        super().__init__()
        self.title("Cai's Bar Controls")
        self.geometry("1024x600")
        self.home_screen()

    def home_screen(self):
        for widget in self.winfo_children():
            widget.destroy()
        self.grid_columnconfigure((0, 3), weight=1)
        global playerOpen
        playerOpen = False
        self.bullseye = customtkinter.CTkImage(light_image=Image.open("images/bullseye.png"),size=(100, 100))
        self.lightbulb = customtkinter.CTkImage(light_image=Image.open("images/lightbulb.png"),size=(100, 100))
        self.microphone = customtkinter.CTkImage(light_image=Image.open("images/cog.png"),size=(100, 100))
        self.play = customtkinter.CTkImage(light_image=Image.open("images/play.png"),size=(100, 100))
        self.nexttrack = customtkinter.CTkImage(light_image=Image.open("images/next.png"),size=(100, 100))
        self.previoustrack = customtkinter.CTkImage(light_image=Image.open("images/previous.png"),size=(100, 100))
        self.house = customtkinter.CTkImage(light_image=Image.open("images/home.png"),size=(100, 100))
        self.power = customtkinter.CTkImage(light_image=Image.open("images/power.png"),size=(100, 100))
        self.quit = customtkinter.CTkImage(light_image=Image.open("images/quit.png"),size=(100, 100))
        self.playlist = customtkinter.CTkImage(light_image=Image.open("images/playlist.png"),size=(100, 100))
        self.singalongindiehits = customtkinter.CTkImage(light_image=Image.open("images/singalongindiehits.jpg"),size=(200, 200))
        self.the80shits = customtkinter.CTkImage(light_image=Image.open("images/80shits.jpg"),size=(200, 200))
        self.massivedancehits = customtkinter.CTkImage(light_image=Image.open("images/massivedancehits.jpg"),size=(200, 200))
        self.label = customtkinter.CTkLabel(self, text="Cai's Bar Controls", fg_color="transparent", font=("Roboto", 75, 'bold'))
        self.label.grid(row=0, column=0, padx=20, pady=20, columnspan=4)
        self.clock = customtkinter.CTkLabel(self, text="Time", fg_color="transparent", font=("Roboto", 150))
        self.clock.grid(row=1, column=0, padx=20, pady=20, columnspan=4)
        self.music_controls = customtkinter.CTkButton(self, text="Music Controls", command=self.open_music_controls, image=self.play, width=200, height=200, compound='top')
        self.music_controls.grid(row=2, column=0, padx=20, pady=20)
        self.dart_counter = customtkinter.CTkButton(self, text="Dart Counter", command=self.open_dart_counter, image=self.bullseye, width=200, height=200, compound='top')
        self.dart_counter.grid(row=2, column=1, padx=20, pady=20)
        self.karaoke = customtkinter.CTkButton(self, text="Settings", command=self.open_karaoke, image=self.microphone, width=200, height=200, compound='top')
        self.karaoke.grid(row=2, column=2, padx=20, pady=20)
        self.light_controls = customtkinter.CTkButton(self, text="Light Controls", command=self.open_light_controls, image=self.lightbulb, width=200, height=200, compound='top')
        self.light_controls.grid(row=2, column=3, padx=20, pady=20) 
        self.time()

    def time(self):
        string = strftime('%#I:%M %p')
        self.clock.configure(text=string)
        self.clock.after(1000, self.time)

    def open_music_controls(self):
        for widget in self.winfo_children():
            widget.destroy()
        self.grid_columnconfigure((0, 2), weight=1)
        self.label = customtkinter.CTkLabel(self, text="Music Controls", fg_color="transparent", font=("Arial", 75))
        self.label.grid(row=0, column=0, padx=20, pady=20, columnspan=3)
        self.previous = customtkinter.CTkButton(self, text="", command=self.previous_track, image=self.previoustrack, width=200, height=200, compound='top', font=("Arial", 25))
        self.previous.grid(row=1, column=0, padx=20, pady=20)
        self.pause = customtkinter.CTkButton(self, text="", command=self.play_pause, image=self.play, width=200, height=200, compound='top', font=("Arial", 25))
        self.pause.grid(row=1, column=1, padx=20, pady=20)
        self.skip = customtkinter.CTkButton(self, text="", command=self.next_track, image=self.nexttrack, width=200, height=200, compound='top', font=("Arial", 25))
        self.skip.grid(row=1, column=2, padx=20, pady=20)
        self.home = customtkinter.CTkButton(self, text="", command=self.home_screen, image=self.house, width=50, height=50, compound='top', font=("Arial", 25))
        self.home.grid(row=3, column=1, padx=20, pady=20)
        self.library = customtkinter.CTkButton(self, text="", command=self.open_library, image=self.playlist, width=50, height=50, compound='top', font=("Arial", 25))
        self.library.grid(row=3, column=2, padx=20, pady=20)
        self.nowplaying = customtkinter.CTkLabel(self, text="Loading track...", fg_color="transparent", font=("Arial", 40))
        self.nowplaying.grid(row=2, column=0, padx=20, pady=20, columnspan=3)
        global playerOpen
        playerOpen = True

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật