-
AuthorPosts
-
June 12, 2015 at 9:23 am #458265
Hi There
I hope you are all ok :)1. How can i add the tahoma font ?
2. Is it possible to add squares next to the menu ? http://tinypic.com/r/29msihf/8
3. I want to adjust the menü to both sides ? That means it starts left and goes to right but equally?Thanks and Regards
Hamdi
June 12, 2015 at 4:08 pm #458445Merhabalar!
Thanks, hope all is well for you too :)
1- Please see – http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/
or try using this plugin http://wordpress.org/plugins/wp-font-face/
2 & 3 – Can you please post the link to your website?Regards,
YigitJune 12, 2015 at 4:45 pm #458479Merhaba :)
I am fine as well, thanks
I solved the icon to menu issue with a plugin and it looks like fine.
http://eimer.lebuso.de/ is my link. I added the icons with the menu icon plugin, worked out fine. About the active menu color, i found some css codes which i used and looks also ok. ==> do you thing that this is ok ?
I added this code which i compiled from support here :)
The second code made the menu look better. So i left it, When i move the menu gets too small. So i would like the same structure with Tahoma-
Thanks and Regardsli.current-menu-item > a > .avia-menu-text { font-color: green!important; color: green!important; } .header_color .main_menu ul:first-child > li > a { font-family: "freight-sans-pro", sans-serif; font-size: 18px!important; font-weight: 300!important; color: #333!important; font-style: normal!important; }
June 12, 2015 at 4:54 pm #458488Hey!
Please add following code to Quick CSS as well
#header_main .container { padding: 0; }
Best regards,
YigitJune 12, 2015 at 4:58 pm #458496Merhaba,
I add it however i have just one problem left. The responsive issue.
When i resize the menu it colapses into the slider.
Do you have any idea to solve this ?
Tesekkürker
Regards
June 12, 2015 at 7:40 pm #458585So sorry, i entered your code wrong.
All good now.
ThanksJune 12, 2015 at 7:45 pm #458589Just but just one more thing.
The responsive problem is still on.
Could you check the screenshot please. http://tinypic.com/r/2lw94q8/8
RegardsJune 15, 2015 at 5:11 am #459077Hi!
You have a lot of items in your menu, you could try the following code to activate the mobile menu at a higher screen resolution:
@media only screen and (max-width: 1305px) { nav.main_menu {display:none !important;} #advanced_menu_toggle, #advanced_menu_hide {display:block !important; } }
Best regards,
RikardJune 15, 2015 at 9:49 am #459184Hallo Rikard,
Thanks a lot for your support.
I have one more LAST question.
Is it possible to change the column place ? I want to move all columns in thr website to the left a little bit.
Like right content columns all below Services menu. Is that possible with a css code?
Please see it here. http://tinypic.com/r/s2xu1x/8
Thanks and RegardsJune 16, 2015 at 5:39 am #459821Hey!
Please try this as well:
.page-id-11 .avia-builder-el-3 { margin-left: 4% !important; }
Best regards,
RikardJune 22, 2015 at 10:35 am #462535Hello Rikard
I still have some space even if i made the code 6%
Is there any chance i can make it exactly below it?
Thanks and Regards
Hamdi
June 22, 2015 at 1:40 pm #462748Hi!
I’m not sure I understand what you mean but this will only affect the right column, and you can set the margin finer by using values like value.value:
.page-id-11 .avia-builder-el-3 { margin-left: 2.3% !important; }
Cheers!
RikardJune 22, 2015 at 2:55 pm #462810Hello
My Goal is to arrange it like the pictures.
http://tinypic.com/r/xpdmyh/8
http://tinypic.com/r/6pp7ig/8I use
.page-id-11 .avia-builder-el-3 { margin-left: 6% !important; }
However, if it still is not under the menu item.
I would appreciate if i can make it like the pictures.
Thanks and Regards
Hamdi
June 23, 2015 at 7:38 am #463154Hey!
Ok, please try adding this as well, this will affect the left column:
.page-id-11 .avia-builder-el-1 { margin-right: 10px !important; }
For the right column the code you got before works but you will need to decrease the value 6:
.page-id-11 .avia-builder-el-3 { margin-left: 4% !important; }
Regards,
RikardJuly 29, 2015 at 8:07 pm #480409Hello Rikard
Thank you a lot for your support.
Thanks a lot. -
AuthorPosts
- The topic ‘Some issues’ is closed to new replies.