This topic has 15 replies, 2 voices, and was last updated 7 years ago ago by Rose Tyler
Hallo. I have added some text in the header top bar. It shows up in the left side.
How can I place it in the center/ middle of the header top bar?
Thank you, kind regards
Hello,
You may add text element in Appearance > Widgets > Place in header top bar area.
Regards
Yes and I did that.
Now my question again is; how can I place the text in center top bar
And another question.
On mobile device, I need to add this text in the pink menu line: Julegaver byttes frem til D. 10 January<3
Hello,
Here available only “Place in header top bar” area. If you have CSS skills you may play around with styles and width of the area.
To show an element on mobile only, you need to hide it on different devices https://wpbakery.atlassian.net/wiki/spaces/VC/pages/524299/Responsive+Settings.
Regards
I do not have any css skills so I have to ask you for a css to place my content in center header top bar.
I do not have any css skills so I have to ask you for a css to place my content in center header top bar.
I have now placed text in my pink menu line on mobile device. but the pink line is getting very big. You placed this css to make it smaller earlier: @media only screen and (max-width: 480px) {
.block-with-ico {
font-size: 0px;
margin-bottom: 20px !important;
When I change the margin bottom size, the pink line is not getting any smaller?
can you help?
I do not have any css skills so I have to ask you for a css to place my content in center header top bar.
I have now placed text in my pink menu line on mobile device. but the pink line is getting very big. You placed this css to make it smaller earlier: @media only screen and (max-width: 480px) {
.block-with-ico {
font-size: 0px;
margin-bottom: 20px !important;
When I change the margin bottom size, the pink line is not getting any smaller?
can you help?
Hello,
Please provide wp-admin access in Private Content.
Regards
Ok
Hello,
I do not have any css skills so I have to ask you for a css to place my content in center header top bar.
– it is difficult to give you universal code because the code depends on content that you need to place in the center of the top bar, for example, http://prntscr.com/hbmg5q
.top-bar .languages-area {
width: 60%;
max-width: 60%;
}
.top-bar #icl_lang_sel_widget-2, .top-bar #text-3 {
display: inline-block;
}
.top-bar #text-3 {
float: right;
}
2. I’ve changed margin-bottom and padding-top: https://gyazo.com/84256cd41919d9086c7ccb93d53b0b18 > http://prntscr.com/hbmi60 + http://prntscr.com/hbmicg = http://prntscr.com/hbmiii
Regards
Thank you. That is what I wanted.
Where do I paste in this css:
top-bar .languages-area {
width: 60%;
max-width: 60%;
}
.top-bar #icl_lang_sel_widget-2, .top-bar #text-3 {
display: inline-block;
}
.top-bar #text-3 {
float: right;
}
Hello,
Sorry for the delay due to the weekends.
Add the css code in custom.css file.
Regards
thank you Rose
kind regards Catrine
You’re welcome!
Regards
The issue related to '‘header top bar’' has been successfully resolved, and the topic is now closed for further responses