• Resolved maarten67

    (@maarten67)


    Hi,

    Is it possible to have two or more seperate lines of text in the title? Like title and subtitle.
    Another thing is to have it there permenantly in stead of only on hover.

    kind regards,
    Maarten

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter maarten67

    (@maarten67)

    And another thing I would like is the description underneath the thumbnail centered.

    Plugin Support Zhanna Khachatryan

    (@zhannak)

    Hi @maarten67,

    Thanks for your inquiry.

    Let me pass over the questions one by one:

    1. Two or more separate lines of text in the title – just write the title in this way, <br> will add a line break:

    Title 
     <br> 
    Subtitle

    2. Show title always not only on hover – in this case title will appear either above or bellow the image not ON the image. To always show, please just select Always show option from this section https://nimb.ws/kY3MFs.

    3. Make description align center – for this, please add the below code in Appearance > Customize > additional CSS section:

    .bwg-thumb-description {
      text-align: center;
    }
    
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘two seperate lines in title’ is closed to new replies.