Help with Theme Modification (based on 1.5x Curve) Help with Theme Modification (based on 1.5x Curve)
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Help with Theme Modification (based on 1.5x Curve)

Started by eris667, July 09, 2011, 06:05:41 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

eris667

I am not sure how to describe what I am trying to change so I am attaching a screenshot. . . (help.png)
The theme is basically 1.5x Curve w/ a php driven header / logo using cpmfetch. (and a few other minor tweaks)
I messed with it for  a few hours but my css/html/php is very rusty (and I was never a guru)

a) I have a space between the menu and news section I would like to minimize
b) I would like to float the contents of the cpg_logo_block_name div/span on top of cpg_logo_block_logo div/span

If I need to post any additional info please let me know.

p0gz

I was having this same problem. I found out each theme is a little different then one another. I think 'Curve' is built in tables, hence the 'colums', 'rows' etc. I know it is defined but I'm not sure where, I think I fixed it inside theme.php but it has been a while since i last needed to change anything.

eris667

I ended up using some absolute positioning to get the gallery name and description where I wanted them
Pretty hacky (used css in template.html instead of style.css) will have to clean it up later
I was having problems with the sys_menu, sub_menu, admin_menu moving with the gallery name / description.

I also found the line for the gap in style.css under .menuheight (IE7?)
I was able to adjust this from 95 to 65 but less than 65 did not look right due to the gradient.

Testing on FF5.0