• Resolved Craig Reynolds

    (@mstrmndmaven)


    I’ve had this issue on both sites on which I have installed Latest Posts Shortcode. The first site (which is now broken due to a theme change) is https://new.maryreynolds.com/

    The first column has no visible container (box) but the 2nd and 3rd columns have a subtle grey container background.

    I like the background effect – but I cannot find any way to control it. Nonetheless, it is a distraction when applied to two out of three columns.

    The shortcode I’m using:
    [latest-selected-content limit=”3″ display=”date,title,content-small” titletag=”h5″ chrlimit=”360″ url=”yes” linktext=”Read more” image=”full” elements=”3″ css=”three-columns align-center ” type=”post” status=”publish” orderby=”dateD” show_extra=”category,hide_uncategorized_category”]

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Craig Reynolds

    (@mstrmndmaven)

    Iulia,

    The CSS fix to the height of the columns has made this shading issue much more obvious. Any idea what is causing this?

    Plugin Author Iulia Cazan

    (@iulia-cazan)

    Hi,

    Each column has a background color (as a demo) that you can change to whatever you need in your CSS.

    For example:

    
    .latest-post-selection article {
        background-color: #e5e5e5;
    }
    

    Regards,
    Iulia

    Thread Starter Craig Reynolds

    (@mstrmndmaven)

    Iulia,

    Thanks for this. It worked easily.

    I didn’t mark this as resolved because I have a sneaking suspicion that I have completely missed the documentation for this wonderful shortcode widget.

    If such documentation exists, may I have a link to it? I promise that I will bookmark or download it and read it thoroughly before I post another query.

    Craig

    Thread Starter Craig Reynolds

    (@mstrmndmaven)

    Thanks again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Shaded box around columns 2, 3 but not column 1’ is closed to new replies.