• Resolved HannaMedL

    (@hannamedl)


    I feel that the content, especially the text, goes too close to the edges in this theme, regardless of the width. Is it possible to increase the space between?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter HannaMedL

    (@hannamedl)

    i.e only the outer margin/padding between text and border.

    Make sure you have child theme created and then change the codes in css

    /*padding to the right side of the content */
    .hentry {
    padding-right: 20px;
    }

    hope that helps

    Thread Starter HannaMedL

    (@hannamedl)

    Thank you so much 9bode, it did help! It seems to have no effect on the home page though, you don’t happen to know why …?

    Theme Author Fruitful Code

    (@fruitfulcode)

    HannaMedL,

    .home .hentry {
    padding-right: 20px;
    }

    For home page only

    Thread Starter HannaMedL

    (@hannamedl)

    Thank you so much! Resolved.

    Thread Starter HannaMedL

    (@hannamedl)

    Actually, it’s not resolved … I’ve tried the home page code above but nothing happens. (I’ve tried to change more than the padding, like colors, margins etc just to make sure, but the home page won’t react.) /Hanna

    .home .hentry {
    padding-right: 20px !important; /* add !important */
    }

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change the padding?’ is closed to new replies.