Re: Updating the css file

15 posts by 2 authors in: Forums > CMS Builder
Last Post: December 8, 2017   (RSS)

By CommonSenseDesign - December 8, 2017

All I can see in the .content-wrapper class is this:

.content-wrapper {
overflow-x: hidden;
}

There aren't any other values?

As should have become clear by now, I'm not a programming expert! :-)

By leo - December 8, 2017

The "wrapper element" here is referring to the wrapper of the img element. In this case, it's the "#subheaderprojects". Sorry for the confusion!

Leo - PHP Programmer (in training)
interactivetools.com

By CommonSenseDesign - December 8, 2017

Much better! :-) http://dordanmech.com/projects2.php

Do you know how to adjust the depth (height) of the photo?

By leo - December 8, 2017

Adjust "#subheaderprojects" padding-bottom to allow more space for the wrapper. You can also change the margin inside of "#subheaderprojects" to create more space.

Hope this makes sense XD

Leo - PHP Programmer (in training)
interactivetools.com

By CommonSenseDesign - December 8, 2017

Perfect! Thank you so much for your patience.