Skip to main content

Return to TX Community

Liaison

Updating Portal tabs to display across the whole navigation bar

DISCLAIMER: This CSS tag is not supported or maintained by TargetX, and is meant as an example of how you may choose to use CSS within our products. Some or all of the customizations these tags provide may change or no longer apply to your instance at any time. If the CSS impedes expected functionality in the TargetX product at any time, we recommend removing the CSS to regain functionality.  

In Portal...

Applies to:

Portal tabs

  1. Navigate to the TargetX Builder tab.
  2. Select the Portal Builder option.
  3. Locate and select Edit for the Portal where you wish to include CSS overrides.
  4. Select the Layout tab and insert a new Section.
  5. Click the new Section and Video under the Add Widget heading.
  6. Click into the Embed Code field and enter your CSS override code exactly as it appears below:
<style type="text/css">
.portal-nav__item{
max-width:200rem !important;}
</style>
  1. Save your changes.

AFTER CSS update:

Portal tabs after CSS update

 

  • Was this article helpful?