-
AuthorPosts
-
February 15, 2015 at 11:23 pm #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?
ThanksThis 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.
February 16, 2015 at 12:05 am #396487Hi 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
February 16, 2015 at 12:53 am #396494Hi 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.February 16, 2015 at 9:11 am #396549Gunaydin 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.
February 16, 2015 at 10:47 am #396576Hey!
Please add following code to Quick CSS
#header_main_alternate .main_menu .menu li ul ul { left: -207px; }
@begrafiks thanks :)Cheers!
YigitFebruary 16, 2015 at 6:11 pm #396873Merhaba Yiğit Bey,
İlgili kodu hangi css dosyasına ekleyeceğiz?
Teşekkürler.February 16, 2015 at 6:20 pm #396881Yiğ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.February 17, 2015 at 11:48 am #397380Merhabalar!
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,
YigitFebruary 17, 2015 at 3:29 pm #397543Merhaba Yiğit Bey,
Belirttiğiniz şekilde denedim fakat değişiklik olmadı.
Teşekkürler.February 17, 2015 at 3:32 pm #397546Merhabalar
Sitenizin linkini gonderebilir misiniz? Gecici olarak admin login’ide gerekebilir
Regards,
YigitFebruary 17, 2015 at 3:38 pm #397550This reply has been marked as private.February 17, 2015 at 3:53 pm #397559Hey!
Sitenize simdi goz atar misiniz? Quick CSS bolumundeki kodda minik bir degisiklik yaptim – http://i.imgur.com/swkHZ67.png
Best regards,
YigitFebruary 17, 2015 at 3:56 pm #397561Şimdi oldu Yiğt Bey, elinize sağlık ;)
Teşekkürler.February 17, 2015 at 4:07 pm #397565 -
AuthorPosts
- The topic ‘Submenu Items Position’ is closed to new replies.