How can I align product descriptions and footer to the right?

Hello,

Our website is displaying product description etc underneath the product, we need these to be on the right of the products.

The footer social media section should also be on the right of the footer as the footer is in 3 sections.

Please see screenshot of how it is displaying;

could anyone help with this please, I have had a look at the code but im at a loss.

www.vapedistillery.com

the wholesale site is displaying everything correctly.

@Vapedistillery

Go to assetes/stylesheets.css and past below css at bottom of file.

.gridlock .row .desktop-6
{
width: 43%!important;

}

For the footer, Go to assetes/stylesheets.css and past below css at bottom of file.

.gridlock .row .desktop-4

{
width: 25%!important;
}
1 Like

Perfect, that works great, is there a way to center the whole footer is now sitting to the left of the page?