Home › Forums › WoodMart support forum › Split mobile "topbar" and "bottombar" in 3
Split mobile "topbar" and "bottombar" in 3
- This topic has 9 replies, 2 voices, and was last updated 4 years, 4 months ago by Jeriss Cloud Center.
-
AuthorPosts
-
August 7, 2020 at 9:45 pm #217200
Jeriss Cloud CenterParticipantDear,
May I understand why on the mobile version of the header builder, you’re not spliting the topbar & bottombar into 3 columns?
These should please be split. This is causing us to not be able to implement certain ideas of header for our sites.
At least on my side, I would like to be able to have those lines being split in 3. Why don’t you split them?
Thanks
Attachments:
You must be logged in to view attached files.August 8, 2020 at 7:53 am #217232
Artem TemosKeymasterHello,
Usually, there is no enough space to split them into three columns and in most cases, one column is enough on mobile devices. That is why we made it this way to optimize the performance.
Kind Regards
August 8, 2020 at 8:10 am #217237
Jeriss Cloud CenterParticipantDear,
I’m sorry but I don’t agree with the answer.
1) the term “usually” doesn’t really matter to me, all that matters are the ideas that we could implement no matter what someone else would consider “usual” or not => and in this case, my idea is not “usual” and I’m happy that they are not usual otherwise i’d just be copy-pasting what other people do
2) since you don’t see any added-value to this change, let me explain you why it has a value, so please have a look at my live site in private :
=> on desktop, I defined 3 levels of header (without any issue exactly as I wished)
=> on mobile, I defined the center level with
left: mobile burger
center: logo
right: carthowever, your decision to NOT split the top and bottom level on mobile is forcing me to make this burger/logo/cart at the center level whereas I want to do it at the topbar level
why do I want to do it at the topbar level? because then, i can move everything a level up => so I could move the content that is currently in the bottom bar into the center level, and I’d have the bottom bar free where I could add the same widgets that is currently available in the desktop bottombar
this is a REAL business case from a REAL user, which is impacted by your decision that thinks that “usually” it’s not necessary to do something
please don’t take “usual” things or theoretical things for granted, and take this feedback as a voice from all your users and split those columns in 3
if there is one thing I hate the most it’s usual things 🙂 that’s why I chose your theme, because I know we can do anything with it
Thanks for your time
August 8, 2020 at 8:15 am #217243
Jeriss Cloud CenterParticipantDear,
Once you’ve analyzed my response, please switch my screenshot attachments as private.
Thanks
August 8, 2020 at 8:19 am #217244
Artem TemosKeymasterOK, try to add all three elements to the top bar and we will check what we can do with that using CSS.
August 14, 2020 at 11:10 am #218682
Jeriss Cloud CenterParticipantDear,
I’ve created a staging where I disabled most plugins & customizations, expect if related to header. More explanations in the screencast in private
Thanks
August 14, 2020 at 11:59 am #218700
Artem TemosKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings to do this
.whb-top-bar-inner .whb-column.whb-col-mobile { justify-content: space-between; }
August 14, 2020 at 1:54 pm #218744
Jeriss Cloud CenterParticipantThanks, seems good for the topbar.
Can you provide me the same for the middle header? I need to also to be covering the full widthAttachments:
You must be logged in to view attached files.August 14, 2020 at 2:08 pm #218749
Artem TemosKeymasterAdd the following CSS as well
.whb-general-header .whb-mobile-center { width: 100%; } .whb-general-header .whb-mobile-center .woodmart-search-form { padding: 0; }
August 14, 2020 at 7:42 pm #218805
Jeriss Cloud CenterParticipantPERFECT!
Thanks, you can close this ticket -
AuthorPosts
The topic ‘Split mobile "topbar" and "bottombar" in 3’ is closed to new replies.
- You must be logged in to create new topics. Login / Register