Customizer layout broken?

Permalink
Im making my theme editable with the typography.less which includes default.less and a styles.xml Which allows me to go into the customizer but the layout is broken. And if I change to a different color, there is no close/save button so I can't even change any color either. Any suggestions?

Ill attach a file.

1 Attachment

 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi ramdettmer,

In your screenshot, it looks like your theme CSS is conflicting/overriding the concrete5 interface CSS.

"Greedy Styles"
https://documentation.concrete5.org/developers/designing-for-concret...

Using your browser code inspector, have you checked to see if the "Choose" button is there, but not being displayed correctly?
ramdettmer replied on at Permalink Reply
Yes I went through my code and I had an issue with the autonav so I fixed the code in that. Now Im able to change the colors but the only thing that I cant figure out is what is making the color box and the "primary border color" text overlapping each other.
Thanks for the advice!
ramdettmer replied on at Permalink Reply
It seems I fixed the problem which was in the CSS. the customizer uses ul and li so if you have a css that adjusts those elements, you'd have to change it.