I added an announcement bar code to my theme Split and there is an image overlapping it from my header. The padding I put on my announcement bar has no effect on it. How can I move the picture below my announcement bar? Also when my navigation window is shrinked it is okay, it's only when it is in full display.
Thank you!
Solved! Go to the solution
This is an accepted solution.
Small tweak, please use the following instead:
.announcement-bar {
z-index: 1000!important;
width: 100%;
}
That will overwrite any lingering pieces of code. Let me know!
Fantastic! Don't forget to Mark As Solution & Like to make the answer more visible to the community
User | Count |
---|---|
411 | |
202 | |
145 | |
56 | |
43 |