DanRowley Posted November 14, 2019 Share Posted November 14, 2019 Hi all. I want to move the social logos down the page in Wells. They're currently right under the navigation on the left of screen which I think looks a bit cluttered. Anyway of moving them at all. https://danrowley.co.uk Link to comment
MagneM Posted November 14, 2019 Share Posted November 14, 2019 Hi @DanRowley Go to Design > Custom CSS and add this code: @media only screen and (min-width: 801px) { #footerBlocks-2 { margin-top: 20px; } } It will move the social logos down the page only on desktop. If you want the same on mobile just use: #footerBlocks-2 { margin-top: 20px; } Magne Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.