Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #396478

    Hi,
    I use Main Menu ( Logo left – Main Menu right ) My submenu items display left from the top menu items. I want to display Product 1, Product 2, Product 3 etc. align right from the Product Categories. How can we do it?
    Thanks

    This is my menü example.
    Product ( Header top menu item )
      > Product Categories
         > Product 1
         > Product 2
         > Product 3

    • This topic was modified 9 years, 9 months ago by gencliksaati.
    #396487

    Hi gencliksaati ;
    you can try to add one of the lines into your custom css:

    align to right

    #top .av-main-nav ul a{text-align: right !important;}
    

    align center

    #top .av-main-nav ul a{text-align: center !important;}
    

    iyi geceler

    #396494

    Hi Begrafiks,
    I dont want to change submenu item’s text position. I want to change submenu items (product1, product2…) position left to right when I come over the mouse. At now when I come over the mouse to Product, submenu items listing below. Then I come over the Product Categories, submenu items ( product1, product 2….) opened and display left to Product Categories. I want to display right position.
    Thanks.

    #396549

    Gunaydin gencliksaati ;
    if I don’t misunderstood ; you would lke to move right on mouse hover :
    so try this line :

    #top .av-main-nav ul a:hover{text-align: right !important;}
    

    you can also try this one too :

    #top .av-main-nav ul a:hover{padding-left: 25px !important;}
    
    • This reply was modified 9 years, 9 months ago by begrafiks.
    #396576

    Hey!

    Please add following code to Quick CSS

    #header_main_alternate .main_menu .menu li ul ul {
    left: -207px;
    }


    @begrafiks
    thanks :)

    Cheers!
    Yigit

    #396873

    Merhaba Yiğit Bey,
    İlgili kodu hangi css dosyasına ekleyeceğiz?
    Teşekkürler.

    #396881

    Yiğit Bey,
    Themes Settings/ General Styling bölümünden ilgili kodu ekledim fakat menüde herhangi bir değişiklik olmadı. Alt kategoriler halen bir üst menünün sol tarafında hizalanıyor.

    #397380

    Merhabalar!

    Lutfen gonderdigim koda assagidaki gibi !important ekleyip tekrar dener misiniz?

    #header_main_alternate .main_menu .menu li ul ul {
    left: -207px !important;
    }

    Enfold/css dosyasinda bulunan Custom.css dosyasinada ekleyebilirsiniz kodlari Quick CSS bolumune ekleyebilceginiz gibi

    Best regards,
    Yigit

    #397543

    Merhaba Yiğit Bey,
    Belirttiğiniz şekilde denedim fakat değişiklik olmadı.
    Teşekkürler.

    #397546

    Merhabalar

    Sitenizin linkini gonderebilir misiniz? Gecici olarak admin login’ide gerekebilir

    Regards,
    Yigit

    #397550
    This reply has been marked as private.
    #397559

    Hey!

    Sitenize simdi goz atar misiniz? Quick CSS bolumundeki kodda minik bir degisiklik yaptim – http://i.imgur.com/swkHZ67.png

    Best regards,
    Yigit

    #397561

    Şimdi oldu Yiğt Bey, elinize sağlık ;)
    Teşekkürler.

    #397565

    Hi!

    Rica ederim. Iyi gunler & iyi calismalar :)

    Best regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Submenu Items Position’ is closed to new replies.