• Resolved puzzl3d

    (@puzzl3d)


    Hi,

    There is an extra white space after “Services” section in Homepage. How do I get rid of the unnecessary margin?

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello,

    Share URL
    or
    you can also set Extra Margin to ZERO.

    Thanks

    Thread Starter puzzl3d

    (@puzzl3d)

    Thanks! Successfully reduced the margin, not completely to zero, but at least 20.

    I’d also like to do this, but I can’t figure out where the Extra Margin setting is. What did you do, puzzl3d? Thanks!

    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!

    Hi @luukros,

    This css didnt work for me. url here: https://www.elixfilms.com/

    Hi @ Elixweb,

    How did you change all the light blue colors (on buttons, under portfolio pictures etc.) in green?
    There’s a some threads of other members on this forum, how to changes those colors, but still no resulotion has been found. Please help ??

    Hi @rina57,

    In browser inspect the element you want to modify and in custom css option write the css according to your requirement.
    And for custom css option go admin panel dashboard-> appearance-> theme options-> General settings.
    Thanks.

    Hi @ Rina57,

    Locate wp-content/themes/enigma/css/default.css and edit to your satisfaction. Take time to go through them very well and make sure you are only changing what you know.

    Thanks

    Hi @rina57,

    Editing theme core files is not a good idea. You lost all the changes you made when you update the theme.
    Please use Child Theme to do so.

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to close extra white space after "Services" section?’ is closed to new replies.