Okay
  Public Ticket #195473
Change background color behind the title of portfolio item
Closed

Comments

  • Alfiya started the conversation

    Hello,

    here

    http://madebymaud.com/portfolio-fullwidth-masonry/... I'd like to have white background behind the title of job (Ex. Spacebound, Be my guest) till the weight of the image, not stopping after title letter and after it's grey. 

    Could you please help me with this? Appreciate it!


  • Alfiya replied

    hello again,

    I partially solve it using:

    min-width: 350px;

    I dont know if there is a better solution as this one works on normal screen but if I resize it, it's not following.


  •  1,070
    ThemeNectar replied

    Hey! I'd be glad to assist with the css but can you allow me access to the page so I can see? Currently it's under construction to public view :)

    Cheers

  • Alfiya replied

    Hey!

    Sorry! Just made it visible! Thank you very much! Let me know if you need something else!

  •  1,070
    ThemeNectar replied

    Sorry for the delay!

    Add this into the custom css box and let me know if that's what you wanted:

    .project-title {
      padding-bottom: 0!important;
      background-color: #fff!important;
    }
    html body.single-portfolio .container-wrap {
      padding-top: 40px!important;
    }
    

    Cheers :)