-
AuthorPosts
-
July 15, 2020 at 2:42 am #1230483
I created a custom footer here – https://nikih.sg-host.com/
I need help with the following:
1- What is the short-code to insert my main main in the right column? I dont want to manually re-create the top menu
2- On mobile, all the social icons disappears
3- How do I center everything on mobile?
Thanks
July 16, 2020 at 5:45 am #1230814Hey navindesigns,
1. You can use Navigation Menu widget for it.
2. Please add this CSS code in Quick CSS, located in Enfold > General Styling:@media only screen and (max-width:990px) { #footer .textwidget .social_bookmarks { display: block !important; } }3. Please add this CSS code in Quick CSS as well:
@media only screen and (max-width:767px) { #footer { text-align: center; } }Best regards,
NikkoJuly 16, 2020 at 3:03 pm #1230934Thanks
How do I add the Navigation Menu widget into my html file? What is the shortcode?
July 16, 2020 at 11:44 pm #1231045Hi navindesigns,
The shortcode isn’t fixed for it, but here’s a way to do get it:
1. Go to Appearance > Widget, create a new Widget Area, add a Navigation Menu to it and select your top menu.
2. Add this code in your child theme’s functions.php:function builder_set_debug() { return 'debug'; } add_action( 'avia_builder_mode', 'builder_set_debug' );3. Create a new page, enable ALB builder then select the Widget element and select the Widget Area you created.
4. At the bottom of the builder you should see the shortcode which you can use.Best regards,
NikkoJuly 18, 2020 at 4:48 am #1231409July 20, 2020 at 5:07 am #1231615Hi,
Please try this CSS as well:
#nav_menu-2 #menu-workwellwithin li { display: inline-table; }Best regards,
RikardJuly 20, 2020 at 2:06 pm #1231710That works. Thanks for all your help. You can close this thread now.
July 20, 2020 at 4:02 pm #1231774Hi navindesigns,
Great :)
We are closing the thread.
If you need further assistance please let us know in a new one.
Best regards,
Victoria -
AuthorPosts
- The topic ‘Custom Footer’ is closed to new replies.
