Style Default XF

cakal

Yönetici
Katılım
5 Ara 2018
Mesajlar
436
Tepkime puanı
145
Puanları
43
Konum
izmir
Main Features of Default XF (Tema Özelikleri)
  • Left side menu dashboard design (Sol yan menü pano tasarımı)
  • Guest Message (Misafir Mesajı)
  • Sticky Sidebar (Yapışkan Sidebar)
Default XF.png
 

Ekli dosyalar

  • style-Default-XF.zip
    14.8 KB · Görüntüleme: 17

cakal

Yönetici
Katılım
5 Ara 2018
Mesajlar
436
Tepkime puanı
145
Puanları
43
Konum
izmir
@cakal Hi. How do I make this button an active link?
Hello ACP - Styles - Default XF - Templates - wt_base.less

find
CSS:
.call-action-wrap {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
   }

change

CSS:
.call-action-wrap {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        position: relative;
        z-index: 3;
   }
 

Dubsac

Yeni Üye
Katılım
4 Ocak 2023
Mesajlar
5
Tepkime puanı
1
Puanları
3
Konum
USA
Great Style!
However I have been racking my brain trying to figure out how I could get the body to be responsive with the side navbar.
That way the forum is not getting cut off when the side nav is open.
Do you have a solution?
ThanX!!!
 

Benzer konular

Üst Alt