Jump to content

[SOLVED] how to show left column blocks


alin.dorobantu

Recommended Posts

unfortunately i don't know any module for edit css files from back office.

but you can try with this:

 

install free html block module, open configuraiton page of addon then:

 

1) from left hand side block select "header" 

2) to the right hand side window paste this code:

<style>
#left_column {
display: block!important;
}
</style>
Link to comment
Share on other sites

to the module that i suggested to use before(html block free) add this code:

#categories_block_left li a {
background: none repeat scroll 0 0 #463837;
clear: both;
color: #FFFFFF;
float: left;
margin-bottom: 2px;
padding: 6px 15px;
text-decoration: none;
width: 100%;
display: block;
}

(add it between <style></style> tags that you added it there before)

Link to comment
Share on other sites

Problem solved,

 

I put another li in the css #categories_block_left, the final code look like this:

 

#categories_block_left li li a { background: none repeat scroll 0 0 #463837; clear: both; color: #FFFFFF; float: left; margin-bottom: 2px; padding: 6px 15px; text-decoration: none; width: 100%; display: block; }

 

Thx man,

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...