-
AuthorPosts
-
August 26, 2015 at 1:02 am #493264
I am looking at the mega menu under EasyGo on this page: https://www.h2owirelessnow.com
The way I am trying is to create a menu item. Check the box that says mega menu.
Under that I can put in formatted text.My “shortcut” for that formatted text is to create a regular page. Then pull in text block and created my lines of text in the Text Tab.
Then I copy out that HTML and text.In the menu, I add another menu item, indenting it to the right and paste into it my “formatted html and text”.
In the menu, I add a third item, inserting the html for an image.
On the sample EasyGo menu, the image takes half of a very wide mega menu.
Any way to achieve that with the very marvelous Enfold theme?
Also, if one wanted to make a third of the Mega Menu entry text — and then wanted image to show on right two-thirds, is there an easy way to do that?
Can’t figure how to split an image over two menu items, which is my current thought!
Thanks!
August 26, 2015 at 1:12 pm #493516Hey CharlieTh!
can you provide us a link to your page? the URL in your previous post is not even a WordPress page. Quite difficult to imagine what you are describing. So please show us the issue. You could also use screenshots to make things clear. Use imgur.com or dropbox.
You can use shortcodes and even HTML inside your menu.
Cheers!
AndyAugust 27, 2015 at 6:38 pm #494393Info to Team…
August 27, 2015 at 10:44 pm #494532Hi!
It’s going to take a bit of custom css to achieve this, but please check this thread here for some useful resources.
Cheers!
DakeAugust 28, 2015 at 12:29 am #494575Some more info to Team…
August 31, 2015 at 12:12 pm #495739Hey!
use this code to increase the image in your mega menu:
img.imageformegamenu { width: 512px; max-width: 512px; }
Regards,
AndyAugust 31, 2015 at 3:24 pm #495885Andy, thank you!
The max-width is the one I didn’t use, I think. Did the trick!
One more (hopefully) quickie question…for future reference:
On MegaMenu, is there a way to make a single column wider?Thanks for looking at this, it was frustrating me.
September 1, 2015 at 6:24 am #496227Hi,
Making a single columns wider or narrower should be possible, if you inspect the element with your browser you can find the classes for the columns, the first one has this for instance:
avia_mega_menu_columns_first
Otherwise you could try child selectors: http://www.w3schools.com/cssref/sel_nth-child.asp
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.