Move top menu bar to left side in Magento 2Top Menu cache problemPut a Home icon in top menuMove top links to left column with CSS onlyHow to place top menu to left side bar in magento 2?load top menu via ajaxMove top-linkss after search-barAdding classes to Magento 2 top barMagento2 add a cms page link to menuSort Magento Topmenu (category name)show top menu bar to left side in magento2
Good for you! in Russian
Time travel short story where dinosaur doesn't taste like chicken
What is the likely impact of grounding an entire aircraft series?
Algorithm to convert a fixed-length string to the smallest possible collision-free representation?
What are some noteworthy "mic-drop" moments in math?
How strictly should I take "Candidates must be local"?
Is Gradient Descent central to every optimizer?
"One can do his homework in the library"
Who deserves to be first and second author? PhD student who collected data, research associate who wrote the paper or supervisor?
Best approach to update all entries in a list that is paginated?
Do f-stop and exposure time perfectly cancel?
Why does the negative sign arise in this thermodynamic relation?
Making a sword in the stone, in a medieval world without magic
What is the chance of making a successful appeal to dismissal decision from a PhD program after failing the qualifying exam in the 2nd attempt?
Make a transparent 448*448 image
Why would one plane in this picture not have gear down yet?
Do items de-spawn in Diablo?
If the Captain's screens are out, does he switch seats with the co-pilot?
Finding algorithms of QGIS commands?
Can someone explain what is being said here in color publishing in the American Mathematical Monthly?
Could you please stop shuffling the deck and play already?
BitNot does not flip bits in the way I expected
What is the meaning of triple curly braces in phtml template files? When and how do we use them?
Can't find the Shader/UVs tab
Move top menu bar to left side in Magento 2
Top Menu cache problemPut a Home icon in top menuMove top links to left column with CSS onlyHow to place top menu to left side bar in magento 2?load top menu via ajaxMove top-linkss after search-barAdding classes to Magento 2 top barMagento2 add a cms page link to menuSort Magento Topmenu (category name)show top menu bar to left side in magento2
I want to move the top menu bar to left sidebar I have written this code
<move element="catalog.topnav" destination="header-wrapper" after="block-search"/>
Through this code it is moving in header now, I want to know what to write in destination to move it to left side?
Any help will be appreciated.
magento2.3 topmenu
add a comment |
I want to move the top menu bar to left sidebar I have written this code
<move element="catalog.topnav" destination="header-wrapper" after="block-search"/>
Through this code it is moving in header now, I want to know what to write in destination to move it to left side?
Any help will be appreciated.
magento2.3 topmenu
<move element="top.search" destination="catalog.topnav" after="-" />
– Aaditya
23 mins ago
add a comment |
I want to move the top menu bar to left sidebar I have written this code
<move element="catalog.topnav" destination="header-wrapper" after="block-search"/>
Through this code it is moving in header now, I want to know what to write in destination to move it to left side?
Any help will be appreciated.
magento2.3 topmenu
I want to move the top menu bar to left sidebar I have written this code
<move element="catalog.topnav" destination="header-wrapper" after="block-search"/>
Through this code it is moving in header now, I want to know what to write in destination to move it to left side?
Any help will be appreciated.
magento2.3 topmenu
magento2.3 topmenu
edited 9 mins ago
magefms
1,427224
1,427224
asked 25 mins ago
Ashish RamchandaniAshish Ramchandani
32111
32111
<move element="top.search" destination="catalog.topnav" after="-" />
– Aaditya
23 mins ago
add a comment |
<move element="top.search" destination="catalog.topnav" after="-" />
– Aaditya
23 mins ago
<move element="top.search" destination="catalog.topnav" after="-" />
– Aaditya
23 mins ago
<move element="top.search" destination="catalog.topnav" after="-" />
– Aaditya
23 mins ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f265592%2fmove-top-menu-bar-to-left-side-in-magento-2%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f265592%2fmove-top-menu-bar-to-left-side-in-magento-2%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
<move element="top.search" destination="catalog.topnav" after="-" />
– Aaditya
23 mins ago