Author Topic: How to move the currency & cart blocks to the right  (Read 2190 times)

Offline computerman1st

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
How to move the currency & cart blocks to the right
« on: May 26, 2020, 11:45:47 PM »
Hi,

Thanks for taking the time to help. I have read several "answers" to this question, but none of them seem to actually tell how to do this. The answers point to the Layouts and Blocks section. They do not tell you how to do this. I can turn both fields off. I can move them to a different part of the page. Someone please tell me how to move the currency and cart blocks a little to the right on the default page. I would like to move them about two or three inches so they don't block my logo.

Thank You,

Rusty

Offline maxter

  • Full Member
  • ***
  • Posts: 228
  • Karma: +64/-0
    • View Profile
Re: How to move the currency & cart blocks to the right
« Reply #1 on: May 30, 2020, 09:59:32 PM »
What you need to do is not possible with the layout manager as it only allows to move blocks within allocated placeholders.

You have to edit CSS to achieve what you need.

CSS file with line to the section you need:
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/stylesheet/style.css#L422

You need to add padding or margin to the desired block
Something like:
Code: [Select]
.headerdetails .block_6 {
padding-left: 10px;
}

 

Powered by SMFPacks Social Login Mod