Hm! Niečo sa pokazilo.

Stránka nebola nájdená.

Môžete sa ale pozrieť na naše produkty.

Späť do obchodu

document.addEventListener('DOMContentLoaded', function() { // Create a new img element var img = document.createElement('img'); img.src = 'https://www.biogrowshop.sk/user/documents/upload/information.png'; img.alt = 'Information Logo'; img.width = 50; img.height = 50; // Create two
elements to add space after the image var br1 = document.createElement('br'); var br2 = document.createElement('br'); // Select the target div var targetDiv = document.querySelector('.custom-footer__articles.col-sm-6.col-lg-4'); var h4 = targetDiv.querySelector('h4'); // Find the first h4 within that div