• Resolved hamzashaikh

    (@hamzashaikh)


    My web is develop on gutenberg but i have a little problem. The section has a background image which is only on the right side of section but not on left side i want it to show as well on left side or different image i can add on left side. Please guide how can i do this ?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    I’m not an expert with Gutenberg. I looked at your page. Thanks for the link.

    Yes, your background image is assigned only to your left column. So, that’s where it’s being displayed.

    With the CSS below, I can get your background image to span both columns.

    
    .wp-block-columns.has-2-columns {
      background-image: url(https://www.marylink.eu/wp-content/uploads/2019/09/smiling-executives-working-together-at-desk-3X9TDLU.jpg);
    }
    
    

    Here’s the result.

    View post on imgur.com

    Hope that helps to point you in the right direction.

    • This reply was modified 5 years, 6 months ago by mark l chaves.
    Thread Starter hamzashaikh

    (@hamzashaikh)

    thanks it works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘images on both sides’ is closed to new replies.