-
AuthorPosts
-
November 25, 2020 at 6:29 pm #1263052
Hallo liebes Support-Team,
ich würde gerne auf meiner Startseite meinen Spreadshirt-Shop einbinden. Das ist der Code dazu:
<div id="myShop"> <a href="https://shop.spreadshirt.de/beachbuddy">beachbuddy</a> </div> <script> var spread_shop_config = { shopName: 'beachbuddy', locale: 'de_DE', prefix: 'https://shop.spreadshirt.de', baseId: 'myShop' }; </script> <script type="text/javascript" src="https://shop.spreadshirt.de/shopfiles/shopclient/shopclient.nocache.js"> </script>
Leider wird der Shop dann aber nicht mittig angezeigt. Siehe Screenshot: https://ibb.co/f2cCMP4
Der Shop ist aktuell noch nicht aktiv, aber man kann sehr genau erkennen, dass er die Einbindung nicht zentriert. Wie kann ich das beheben? Bei anderen funktioniert es mit dem Code auch – die nutzen aber nicht unbedingt Enfold.Danke!
November 29, 2020 at 2:37 am #1263721Hey lauragrashoff,
Entschuldigen Sie die späte Antwort und danke für das Testskript. Ich habe den Code in ein Codeblockelement auf einer Seite auf dem lokalen Host eingefügt und festgestellt, dass das Auffüllen der Seite das Problem verursacht hat. Dies hat es für mich gelöst:#main > .container_wrap_first > div { padding: 0 !important; }
Aber ich würde Ihre Seiten-ID zu diesem CSS hinzufügen, damit andere Seiten davon nicht betroffen sind.
— Translated with Google —
Sorry for the late reply and thanks for the test script, I placed the code in a code block element on a page on the localhost and found that the page padding caused the issue, this solved it for me:
#main > .container_wrap_first > div { padding: 0 !important; }
but I would add your page ID to this css so it doesn’t affect other pages.
Best regards,
MikeDecember 16, 2020 at 7:48 pm #1267923Danke, hat funktioniert! :)
Ich wünsche schöne Weihnachtszeit und bleib gesund!
December 17, 2020 at 2:39 am #1267987Hi lauragrashoff,
We’re glad to hear that :)
Thanks for using Enfold and have a Merry Christmas and a Wonderful New Year!Best regards,
Nikko -
AuthorPosts
- The topic ‘Spreadshop einbinden’ is closed to new replies.