artisteer 3.1 with latest mojo 2.3.9.5

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
2/14/2013 9:19:59 AM
Gravatar
Total Posts 17

artisteer 3.1 with latest mojo 2.3.9.5

Hi,

I am using a skin based on artisteer 3.1, but for some my sidebar columns are ignoring this class

.art-content-layout .art-sidebar2{

width:200px;}

which come by default from artisteer

 

the problem in my skin is that the sidebar columns are taking the space as if its width is auto not as mentioned above!! 

even with !important (tried to modify it with inspect element in chrome) but it didn't work

for example if i have a content in the center and a content in the right column (they both will have the same width!!)

even when you include 3 contents on the left, right and center (the width will be split equally 33% 34% 33%!!)

and in my artisteer I gave it 200px width for the right and left columns

 

Can you please help me to fix this issue regards

 

 

2/14/2013 9:31:27 AM
Gravatar
Total Posts 18439

Re: artisteer 3.1 with latest mojo 2.3.9.5

A web browser cannot ignore css. You need to figure out if it is actually loading applying the css using browser dev tools.

Note that if you are hosted under .NET 3.5 medium trust you will need to copy the theme.skin file from your skin folder into /App_Themes/Default folder.

If it is a public site then post a link and maybe someone will take a look.

 

You must sign in to post in the forums. This thread is closed to new posts.