Skip to content

Commit

Permalink
Merge pull request #8669 from braze-inc/make-privacy-banner-rigt-aligned
Browse files Browse the repository at this point in the history
Making OneTrust's privacy banner right-aligned
  • Loading branch information
internetisaiah authored Dec 23, 2024
2 parents 2c16aa9 + 755e29b commit 0ff35f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<style>
#onetrust-banner-sdk {
left: auto !important; /* Override default left positioning */
right: 0 !important; /* Move to the bottom right */
margin-right: 10px; /* Optional spacing */
}
</style>

<a class="skip-main" href="#content_start">Skip to content</a>

{% comment %} End OneTrust {% endcomment %}
Expand Down

0 comments on commit 0ff35f4

Please sign in to comment.