Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • There are Bottom-margin codes on every type of add-in…

    so for the Services, projects and so on…

    you can decrese the bottom-margin in #px

    Also if you want to reduce the top, decrese the top-padding in #px.

    example of a margin and padding code from the style.css is here.

    .enigma_service {
    	padding-top:60px;
    	padding-bottom:35px;
    
    }
    .enigma_service_area{
    	border-radius: 0px;
    	margin-bottom: 5px;
    	transition: all 0.4s ease 0s;
    
    }

    as mentioned you can find these in the style.css file!

    Hello,

    i am new to WordPress, and i found the Enigma theme, first off all, kudos for this nice theme, i like it a lot.

    as others stated above the height of the carousel image is a bit to much on big screens…

    I looked in the style.css to find a way to edit the height, and i found out how to adjust it at least for laptop and tablet view.

    Bare with me as it has been a few years since i last worked with php and css ??

    Below the code i used, i added !important behind the #px. also changed 500px to 300px to make it shorter.

    .carousel-inner img{
    	width:100%;
            height: 300px !important;
    }

    But problem that pops up now is that when viewing the site on mobile, the carousel seems to be messed up as it won’t show the text lines anymore. also the size seems to be off on mobile as well.

    Perhaps we can work from here, if anyone can assist further ??

    Cheers, Luuk

Viewing 2 replies - 1 through 2 (of 2 total)