AbanteCart Community

Shopping Cart Operations => Support => Template Support => Topic started by: artist3412 on June 09, 2013, 07:09:37 PM

Title: text alignment in custom block
Post by: artist3412 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
Title: Re: text alignment in custom block
Post by: abantecart on June 09, 2013, 10:15:28 PM
Please post URL to your site, so we can check your HTML
Title: Re: text alignment in custom block
Post by: artist3412 on June 10, 2013, 11:39:58 AM
inthewindcreations dot com
Title: Re: text alignment in custom block
Post by: artist3412 on June 10, 2013, 02:51:02 PM
forgot the / AbanteCart on the URL
Title: Re: text alignment in custom block
Post by: abantecart on June 10, 2013, 09:11:47 PM
Something is wrong. I get missing page
Title: Re: text alignment in custom block
Post by: artist3412 on June 10, 2013, 10:23:33 PM
sending you in private message, it wont let me post correct url
Title: Re: text alignment in custom block
Post by: abantecart on June 10, 2013, 10:41:14 PM
Unfortunately, I still get this:

The requested URL /AbanteCart was not found on this server.
Title: Re: text alignment in custom block
Post by: artist3412 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.
Title: Re: text alignment in custom block
Post by: abolabo 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
Title: Re: text alignment in custom block
Post by: artist3412 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.
Title: Re: text alignment in custom block
Post by: artist3412 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.