Hi there,
Does anyone know if I can add more headings that stretch across my homepage header in beyond theme?
This is what is currently looks like however I would like to add more menus? I would also like it to sit underneath the
Hi there,
Does anyone know if I can add more headings that stretch across my homepage header in beyond theme?
This is what is currently looks like however I would like to add more menus? I would also like it to sit underneath the
Hi @HIEa ,
You can adjust in the customize.

Thank you that does help. Can I move the icons eg cart, search etc to be in line with the menu?
May I suggest to update code these steps:
Go to Store Online-> theme → customize
Update position to “center”
Assets/theme–critical.css
Add code below to end of file
@media(min-width: 768px){
.header--top-row {
flex-flow: wrap;
}
.header--top-row .header--menu-icon{
display: none!important;
}
.header--top-row .x-menu--level-1--container{
display: block;
}
.header--top-row .header--middle-column {
max-width: none;
order: 1;
width: 100%;
margin-bottom: 1rem;
}
.header--top-row .header--right-column,
.header--top-row .header--left-column {
flex: auto;
order: 2;
}
}
Thank you, this was most helpful. Do you know if I can add more headings in this theme?
Yes
Hi,
You can follow step by steps below:
Adding more drop downs isn’t the problem, its the main menus that customers can see along the top as I think Beyond only allow 4 if you have too many drop downs?
I need help with my shop, I want to rearrange this

Hi,
Could you share your store URL and protect password? I will help to check then suggest a solution for you.