• Resolved preetimanrao

    (@preetimanrao)


    Hello,

    Can you please lemme know how to reduce the space between the following:
    1. excerpt and Read More button
    2. Read More and Category display
    3. Category display and the thin grey line

    Cheers!

    The page I need help with: [log in to see the link]

Viewing 14 replies - 1 through 14 (of 14 total)
  • Theme Author Tajam

    (@tajam)

    Hi, please use this css code and change the numbers:

    .ecae > p { margin-bottom: 20px }
    .entry-footer { margin-top: 30px }
    .posts-large .post-archive { padding-bottom: 40px }
    Thread Starter preetimanrao

    (@preetimanrao)

    Thank you. Worked like a charm.

    Also, can please help me reduce the vertical space between the body of the post and display of sidebar.

    https://www.ichigo-ichie-life.com/category/europe/slovenia/

    • This reply was modified 4 years, 2 months ago by preetimanrao.
    Thread Starter preetimanrao

    (@preetimanrao)

    Secondly, on more testing, I found that the space between site description, Navigation Menu, and the feature picture is too much. Can you please help me fix that.

    I also, cannot change the background colour of the website from the Customizer. Because of which the website looks too spaced out and empty.

    https://www.ichigo-ichie-life.com

    Cheers.

    • This reply was modified 4 years, 2 months ago by preetimanrao.
    Theme Author Tajam

    (@tajam)

    Please use the code below and change the values until it suits your needs:

    @media (min-width: 992px) {
    	.sidebar-right .content-area, .sidebar-left .content-area {
    		width: 560px;
    	}
    }
    
    @media (min-width: 1200px) {
    	.sidebar-right .content-area, .sidebar-left .content-area {
    		width: 640px;
    	}
    }
    
    .site-branding {
    	padding-bottom: 2em;
    }
    
    .logo-top .site-header {
    	margin-bottom: 2em;
    }
    
    .logo-top .featured-content {
    	padding-top: 2em;
    }

    You can change the background from Customizer -> Colors -> Background Color.

    Thread Starter preetimanrao

    (@preetimanrao)

    Hello,

    The Customizer -> Colors -> Background Color does not work..

    Is there a code that can help achieve the same?

    Theme Author Tajam

    (@tajam)

    You can also use this code:

    body { background-color: #000 }

    Thread Starter preetimanrao

    (@preetimanrao)

    Hi,

    NO, the above code does not work either. Something is broken in the code due to which background colour stopped displaying. Have made changes only in Additional CSS. Do you think something went wrong when I updated new Miniva theme?

    Anyway I can debug and find the error?

    Theme Author Tajam

    (@tajam)

    Background color should work fine in all theme version. As you can see in the theme demo, we have changed the background color with the Customizer.

    If it doesn’t work for you, please send us your login info so we can check the problem on your site.

    Theme Author Tajam

    (@tajam)

    Sorry, please ignore our previous message. You should not send your login info. Please change background color from Customize page, then we will check your site.

    Thread Starter preetimanrao

    (@preetimanrao)

    Hello,

    I have made the changes in the Customizer. The selected background colour is #6d6d6d but it displays white.
    website – https://www.ichigo-ichie-life.com
    Please lemme know if this can be fixed.
    Thank you.

    Theme Author Tajam

    (@tajam)

    Hi, the background color works correctly, it changed to the #6d6d6d color, not white.
    https://prnt.sc/vzd4nv

    Thread Starter preetimanrao

    (@preetimanrao)

    Hello,

    This is quite strange. When I debug the code on the front end it shows me background color as #6d6d6d but it is all white for me.

    Any idea?

    Theme Author Tajam

    (@tajam)

    Do you use a phone? If it’s all white, it might be because you use a small screen so the background is not visible.

    @preetimanrao

    Clear the cache of your browser or try to load your site in a new incognito session. Sometimes, when you make changes to the CSS code, the cache doesn’t update right away.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Too much space’ is closed to new replies.