I bought the Version 7 some years ago and only got round to using it due to recent unemployment. I find the structure difficult to understand. My main problem is the product page - I am using the ‘curves theme’ and the pictures I want to use are 4 times larger than the sample Actinic use. Also my description needs to be more detailed. Currently my preview has a picture 4cm wide and the words are squashed into a thin column 2cm wide ! There is loads of room for another 3 to 4cm on the right hand side which is blank. How do I move the table width / column to increase it into the blank area? only affecting product page.
I have tried looking for this simple question here but drawn a blank. I even bought dream weaver thinking this would help but only shows the whole page and tables from preview, this clearly is not how actinic works and the closest I got to an answer was this thread
http://community.actinic.com/showthread.php?t=22914
In the 'Design' tab, change the 'Select Page Type' drop down to read 'Actinic Stylesheet'
In the 'Layout Code' panel at the bottom, scroll down to line 348.
Change this line to: padding: 10px; (from padding: 10px 0px 0px 0px
Change line 352 to width: 100%;
Change line 358 to width: 22%;
Change line 363 to width: 70%;
Click 'Apply'.
But my version is older and don’t have this layout only themes:colourptions:text
Is this a simple fix?
I have tried looking for this simple question here but drawn a blank. I even bought dream weaver thinking this would help but only shows the whole page and tables from preview, this clearly is not how actinic works and the closest I got to an answer was this thread
http://community.actinic.com/showthread.php?t=22914
In the 'Design' tab, change the 'Select Page Type' drop down to read 'Actinic Stylesheet'
In the 'Layout Code' panel at the bottom, scroll down to line 348.
Change this line to: padding: 10px; (from padding: 10px 0px 0px 0px
Change line 352 to width: 100%;
Change line 358 to width: 22%;
Change line 363 to width: 70%;
Click 'Apply'.
But my version is older and don’t have this layout only themes:colourptions:text
Is this a simple fix?
Comment