• 04-07-2020, 23:05:10
    #1
    Merhaba arkadaşlar

    Aşşağıdaki butonları alt alta değilde --- yan yana dizmek istiyorum.

    <div class="omc-cat-top">
                <div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-background has-very-dark-gray-background-color">MMORPG</a></div>
                <div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-background has-very-dark-gray-background-color">MMORPG</a></div>
               <div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-background has-very-dark-gray-background-color">MMORPG</a></div>   
         </div>
  • 04-07-2020, 23:09:59
    #2
    inline block verin hocam birde width verebilirsiniz olur
  • 04-07-2020, 23:11:31
    #3
    Goztepeli3535 adlı üyeden alıntı: mesajı görüntüle
    inline block verin hocam birde width verebilirsiniz olur
    Hocam malesef kodlama ile ilgili bilgim yok
  • 04-07-2020, 23:13:26
    #4
    Kurumsal PLUS
    <div class="wp-block-button is-style-fill" style="display:block;float:left"><a class="wp-block-button__link has-background has-very-dark-gray-background-color">MMORPG</a></div>

    İlgili 3 divi bu şekilde değiştirip kontrol edermisiniz?
  • 04-07-2020, 23:16:18
    #5
    Sornu şu şekilde çözdüm arkadaşlar

    <div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-background has-very-dark-gray-background-color">MMORPG</a><a class="wp-block-button__link has-background has-very-dark-gray-background-color">MMORPG</a></div>

    Tek divin içine alararak çözdüm @Turkic; sağolun hocam
  • 04-07-2020, 23:22:17
    #6
    Kirkhammett adlı üyeden alıntı: mesajı görüntüle
    Merhaba arkadaşlar

    Aşşağıdaki butonları alt alta değilde --- yan yana dizmek istiyorum.

    <div class="omc-cat-top">
                <div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-background has-very-dark-gray-background-color">MMORPG</a></div>
                <div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-background has-very-dark-gray-background-color">MMORPG</a></div>
               <div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-background has-very-dark-gray-background-color">MMORPG</a></div>  
         </div>
    Deneyin hocam
    
    <div class="omc-cat-top">
    <a class="wp-block-button__link has-background has-very-dark-gray-background-color">MMORPG</a>
    <a class="wp-block-button__link has-background has-very-dark-gray-background-color">MMORPG</a>
    <a class="wp-block-button__link has-background has-very-dark-gray-background-color">MMORPG</a>
         </div>
  • 04-07-2020, 23:57:39
    #7
    .omc-cat-top a {float:left;}