Home / Forums / WoodMart support forum / How to change width of Header elements
Home › Forums › WoodMart support forum › How to change width of Header elements
How to change width of Header elements
- This topic has 9 replies, 2 voices, and was last updated 2 years, 3 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
March 23, 2024 at 2:07 pm #551693
Little PandaParticipantHello,
We use HTML blocks in the desktop top bar header for both our currency selector and language selector.
However, they are too wide for what is needed.
Can you advise how we can change their width so they are more neat as they are currently oversized?Regards
LP
March 25, 2024 at 12:51 pm #552003Hello,
Navigate to WoodMart > Header Builder > Edit Current Header > Configure Header settings and enable the option full width Header.
Best Regards.
March 25, 2024 at 1:06 pm #552017
Little PandaParticipantHi,
Full width header is already enabled.For example we would like to make the parts highlighted in yellow less wide on desktop view. Is this possible?
See attached image.
Attachments:
You must be logged in to view attached files.March 25, 2024 at 3:46 pm #552074Hello,
Try to edit the HTML Block with the page builder and configure the element’s width in the page builder (WP Bakery or Elementor.
Best Regards.
March 26, 2024 at 11:52 am #552273
Little PandaParticipantApologies I think some wires got crossed here.
We style our top bar using the header builder using Text/HTML elements for the language and currency selecters (Shortcode)
See image attached.
Attachments:
You must be logged in to view attached files.March 26, 2024 at 2:30 pm #552371Hello,
Can you please share the WP admin login details of your site so I will check and give you the possible solution.
Best Regards.
March 26, 2024 at 2:33 pm #552377
Little PandaParticipantSure. See the private area
Regards and lee me know if you need anything further
LP
March 26, 2024 at 3:55 pm #552418Hello,
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.gt_selector, .notranslate { padding: 5px; width: 80px; }Best Regards.
March 26, 2024 at 3:59 pm #552421
Little PandaParticipantThank you. That works great for the language translator. Is there a way to make the currency selector html/text element less wide?
March 27, 2024 at 10:33 am #552612Hello,
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.currencyheader { width: 50px !important;; }Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register