Is there any way to add social icon links in navigation for all the breakpoints using elementor in WordPress. I have managed to display them in a column on desktop but I am not able to display in mobile navigation
How to add social Icons in mobile navigation using elementor
1.1k Views Asked by sachin dongare At
1
There are 1 best solutions below
Related Questions in WORDPRESS
- How to add the dynamic new rows from my registration form in my database?
- Wordpress Site - pages have low text-HTML ratio
- wordpress delete unwanted location
- How to create a facet for WP gridbuilder that displays both parent and child custom fields?
- How to change woocomerce or full wordpress currency with value from USD to AUD
- error 500 on IIS FastCGI but no clue despite multiple error loggings activated
- Caching private wordpress rest endpoints
- How do i get my close button to work on a popup?
- SQL query to get student enrolled in this month in a course - Moodle
- What wordpress plugin prevent sharing of contact information amongst users?
- Password protected or private URL one-time viewable video access
- Download button not working in wordpress website. How can solve it?
- WP toolkit problem after deleting wordpress site manually
- TypeError: Failed to execute 'arrayBuffer' on 'Blob': Illegal invocation - Insert blob into database
- New Order Email Details Missing // Woocommerce / Woocommerce Bookings
Related Questions in USER-INTERFACE
- OS-wide text autocomplete service with popup
- Bootstrap 5 tooltips not working in Laravel 9.x application
- GUI window is not appearing
- Responsive gui customtkinter
- Unwanted text on created icon
- Custom styled "Add to cart" button in WooCommerce product archive pages
- Page behavior in flet works when used directly in `main`, but not in a UserControl?
- How could I reuse the CTk tabviews in python GUI app?
- mouse coordinates in image go below 0 and above width
- Use the same button in different interfaces (JAVA)
- Distributing a GTK4 Windows application
- How to design the file operation interface involving status and transactions?
- Creating a GUI application for creating graphs
- How point to other link after login
- How to align widget to another widget in Flutter
Related Questions in THEMES
- Changing the theme of a #32768 (menu) window class at runtime
- Toggling dark/light theme in html
- Flutter Theme Flickers Briefly Before Switching to Light Mode
- Theme toggle caption Image may contain a
- How to set the appBar color to be REALLY White?
- How do I disable the circular slider buttons?
- chakra ui custom theme doesnt give autocomplete for custom varients
- How to isolate the theme colors of concurrent Vue+Vuetify app instances?
- Cannot enable any extension in Ubuntu 22.04
- The Hamburgermenu of my shopify website (www.skiffaboei.myshopify.com) is not showing after clicking on the icon
- Blogger next previous navigations missing
- flynt wordpress site builder not outputting data on frontend
- Trouble defining Themes in a Visual Studio Extension
- Can i set a image as a back ground in theme in flutter?
- How to get the images of a TDBNavigator with a TStyle theme applied to it?
Related Questions in ELEMENT
- Grouping HTML elements by their class name
- I do not receive iOS push notifications from Element Matrix Notify
- update an element of a list
- Delete list elements below and above certain value
- Pick elements from list
- what is replaced elements in css?
- Error: Element type is invalid - expected a string or a class/function, but got undefined
- New Key Event Listeners JS?
- How do I stop my border animation from shifting surrounding elements?
- How do I debug this javascript centering issue?
- How to find a page element using Selenium?
- Replace <i> elements with <span> elements
- Is there a way to add attributes with namespaces when creating an element in XSLT?
- HTML Elements - Smart grid in angular showing same rows in all pagination
- Can't find XPATH element
Related Questions in ELEMENTOR
- How to edit an image in elementor within Wordpress?
- Elementor Form Submission to External API Issue
- Javascript not loading only when logged out from Wordpress
- Elementor editor not reflecting custom widget styles
- Custom Elementor Widget Styling Issues: Front-End Styles Not Reflected in Elementor Editor - Assistance Needed
- how to make a porfolio carousil like this in wordpress?
- links on elementor modal not working on click
- How to fix the error, that is caused by updating elementor?
- A subtle line appears within our homepage banner, situated near the header section
- Select field made in elementor is not working
- Scroll down/up with buttons + Scroll Snap
- Uncaught TypeError: Cannot read properties of undefined (reading 'length') - Gravity Forms WP
- How to make an Icon List Carousel on Elementor
- How to enable zip.dll in elementor
- Dropdown menu behind content in Wordpress
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
If you need icons to stay in a row with your logo(or any other thing) and not make a new row.
Well you have 2 options:
You can create a template (sections) and make put icons there, then add the template using shortcode widget. Just keep in mind, your section in header must have only 1 column and the widgets inside must be set to "inline".
You can have 2 or more columns and then add css class to each, then you will have to set "flex" in custom css. For example, you have columns with these css classes: .column1 & .column2
Now we go for custom CSS (doesn't matter on which widget you write this custom css):
Change number in flex based on what you need.