Author Topic: text alignment in custom block  (Read 8697 times)

Offline artist3412

  • Full Member
  • ***
  • Posts: 117
  • Karma: +16/-0
    • View Profile
    • In The Wind Creations
text alignment in custom block
« on: June 09, 2013, 07:09:37 PM »
ever since I upgraded to new version, the text in my custom block that shows my products is aligned to the right. I cannot seem to find where to change this.
See photo example
To send light into the darkness of men's hearts - such is the duty of the artist.  ~Schumann

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: text alignment in custom block
« Reply #1 on: June 09, 2013, 10:15:28 PM »
Please post URL to your site, so we can check your HTML
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline artist3412

  • Full Member
  • ***
  • Posts: 117
  • Karma: +16/-0
    • View Profile
    • In The Wind Creations
Re: text alignment in custom block
« Reply #2 on: June 10, 2013, 11:39:58 AM »
inthewindcreations dot com
To send light into the darkness of men's hearts - such is the duty of the artist.  ~Schumann

Offline artist3412

  • Full Member
  • ***
  • Posts: 117
  • Karma: +16/-0
    • View Profile
    • In The Wind Creations
Re: text alignment in custom block
« Reply #3 on: June 10, 2013, 02:51:02 PM »
forgot the / AbanteCart on the URL
To send light into the darkness of men's hearts - such is the duty of the artist.  ~Schumann

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: text alignment in custom block
« Reply #4 on: June 10, 2013, 09:11:47 PM »
Something is wrong. I get missing page
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline artist3412

  • Full Member
  • ***
  • Posts: 117
  • Karma: +16/-0
    • View Profile
    • In The Wind Creations
Re: text alignment in custom block
« Reply #5 on: June 10, 2013, 10:23:33 PM »
sending you in private message, it wont let me post correct url
To send light into the darkness of men's hearts - such is the duty of the artist.  ~Schumann

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: text alignment in custom block
« Reply #6 on: June 10, 2013, 10:41:14 PM »
Unfortunately, I still get this:

The requested URL /AbanteCart was not found on this server.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline artist3412

  • Full Member
  • ***
  • Posts: 117
  • Karma: +16/-0
    • View Profile
    • In The Wind Creations
Re: text alignment in custom block
« Reply #7 on: June 10, 2013, 11:40:29 PM »
it is not abantecart it does not have cart on the end. Unfortunately when I try to post, it adds cart for some reason.
To send light into the darkness of men's hearts - such is the duty of the artist.  ~Schumann

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: text alignment in custom block
« Reply #8 on: June 11, 2013, 05:15:12 AM »
open file storefront/view/default/template/blocks/listing_block_column_left.tpl
and replace style margin-top: 12%; for element
by this
margin-top: 12%; margin-left:auto; margin-right:auto; float:none; text-align:center

also do the same with storefront/view/default/template/blocks/listing_block_column_right.tpl
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline artist3412

  • Full Member
  • ***
  • Posts: 117
  • Karma: +16/-0
    • View Profile
    • In The Wind Creations
Re: text alignment in custom block
« Reply #9 on: June 11, 2013, 10:11:25 AM »
For some reason I cannot get it to change. If I open the editor and do not make any changes and then hit save change or close it gives me the response "are you sure" like it should, but when I actually make the change and hit save changes, it just sits there and does nothing.
To send light into the darkness of men's hearts - such is the duty of the artist.  ~Schumann

Offline artist3412

  • Full Member
  • ***
  • Posts: 117
  • Karma: +16/-0
    • View Profile
    • In The Wind Creations
Re: text alignment in custom block
« Reply #10 on: June 13, 2013, 02:41:43 PM »
I contacted webeasy as you instructed per pm. They looked into it and realized it was a server wide issue. He suggested that I download the file, change it in notepad and upload it again as a work around instead of using the code editor. It worked fine. Posting this in case there are other webeasy users having same issue.
To send light into the darkness of men's hearts - such is the duty of the artist.  ~Schumann

 

Powered by SMFPacks Social Login Mod