Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #347681

    Please, how do I resolve the issue below

    #347863

    Hey emin!

    Your site is under maintenance mode but I think the CSS your wanting is something like this.

    .container, #main, .sidebar, #footer { padding: 20px !important; }
    

    You can find the CSS your looking for in the /enfold/css/grid.css and /enfold/css/layout.css stylesheets.

    Regards,
    Elliott

    • This reply was modified 9 years, 5 months ago by Elliott.
    #348107
    This reply has been marked as private.
    #348110
    This reply has been marked as private.
    #348382

    Hey!

    I don’t see the CSS I told you to add anywhere in the source code. Go ahead and add it back in and take a screenshot highlighting exactly which elements your trying to change so we can get a better idea.

    Cheers!
    Elliott

    #348401
    This reply has been marked as private.
    #348581

    Hi!

    The site is on maintenance mode. Looks like you’re trying to decrease the content padding. Please try this:

    .content, .sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    }

    Cheers!
    Ismael

    #348654
    This reply has been marked as private.
    #348732
    This reply has been marked as private.
    #349074

    Dear Support,

    Please, I am still awaiting a response on this.

    Thank You

    #349518

    Please, someone should kindly assist on the issue I raised above

    #350311

    Hi!

    Thank you for the info and sorry for the delay.

    1.) Use this to decrease the container title padding:

    #top .title_container .container {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 20px;
    }

    2.) I think the suggest code above should remove the slider’s padding. A screenshot will help.

    3. I don’t see any 2/3 column on the page.

    4. Where is the submit button?

    5. Use this to reduce the footer padding:

    #footer {
    padding: 0;
    z-index: 1;
    }

    6. Please provide a screenshot.

    Additionally, for future reference we kindly ask you to refrain from bumping the thread. Since we answer questions from oldest to newest, bumping makes it appear new and it will probably take us longer to respond on your inquiry. Replies in the forum can take up to 24 hours during the week, but oftentimes we are able to get to questions much quicker than that. We request that our users wait patiently while we work our way through the forum as we can assure you that all questions will be addressed as soon as possible.

    Also, we can only provide support for basic aesthetic / styling modifications and theme related issues. Any modifications or additional features should be consulted with a freelance developer. For further modifications, please visit Envato Studio or Werkpress.

    Cheers!
    Ismael

    #350507

    Thank you so much Ismael. Your advise under item #6 is well noted.
    I have applied your CSS codes and they both worked. Below is the result of applying your 2 CSS codes above:
    1. Resolved
    2. Resolved
    3. No more applicable since I have earlier removed the 2/3 column. Sorry for the mis-information
    4. Resolved. (The submit button is actually within the accordion below the subscribe button
    5. Resolved
    6. No more required. I was actually referring to the spacing between the items in the 3rd footer widget

    SUMMARY: Issues #1 to #6 are all now resolved.

    I will raise an issue in a different topic concerning reducing spacing between widgets in a sidebar and spacing between blog posts.

    Thank you for your excellent support

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘remove/reduce the spaces between layouts’ is closed to new replies.