Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #320842
    Glen Pavelich
    Participant

    See top of https://rmofcanwood.ca/

    Can you advise on the CSS to reduce the width of the white background (Featured Content) to content-width instead of the full width.

    I can’t reduce the opacity, have it not display, OR change the color of the Feature Content background since the length of each of the 4 entries is different and they also have a white background, and there is no secondary background that contains them which I was hoping.

    The best option is to reduce the width unless you can advise another way.

     

    Thanks

    Glen

     

     

    #320881
    tikaram
    Keymaster

    @fireflywebs : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    #featured-content.layout-four .hentry {
      padding-left: 2px;
      padding-right: 2px;
    }

    Let me know if this works as desired or not.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Feature Content Background’ is closed to new replies.