diff --git a/source/_static/talkable.css b/source/_static/talkable.css index 47296eb48..6f5f9910c 100644 --- a/source/_static/talkable.css +++ b/source/_static/talkable.css @@ -620,6 +620,18 @@ div.hidden { } } +@media only screen and (min-width: 1245px) { + .content-container, .header { + transform: translateX(-122px); + } +} + +@media only screen and (min-width: 981px) and ( max-width: 1244px) { + .content-container, .header { + margin-left: 20px; + } +} + @media only print { html { background-color: transparent; diff --git a/source/integration/custom/overview.rst b/source/integration/custom/overview.rst index 8ba24a744..2781a5170 100644 --- a/source/integration/custom/overview.rst +++ b/source/integration/custom/overview.rst @@ -18,7 +18,8 @@ a few quick steps by adding the below scripts to your site. data for Talkable to service the referral campaigns. Site-specific integration scripts are found after logging in at - ``https://www.admin.talkable.com/sites//integration/other`` + ``https://www.admin.talkable.com/sites//integration/other`` .. raw:: html