Feature post title adjustment.

Discussion in 'BlackBird WordPress Theme' started by assistant59, Apr 15, 2015.

Thread Status:
Not open for further replies.
  1. assistant59

    assistant59 New Member

    Joined:
    Nov 28, 2014
    Messages:
    23
    Likes Received:
    0
    Hey there.

    I would like to change the way the title are displayed in my feature box.
    Here is what i got in full width :
    [​IMG]
    but here is what i would like :
    [​IMG]

    See the differences ? The title 2nd line is extending on bot, not on top.
    So my top corner of all pictures are on the same line.

    It already do this trick on small width (for ~760px width i think).

    Can you show me how to adjust this ?
    Also care to the other width plz.

    www.letouquet.grandhotelbellevue.com

    Best regards,
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi, assistant59!

    I am unable to open the screenshot that you have provided.
    After analysing your website, I am trying to give you the solution.

    Please paste the code given below in custom css section
    (appearance -> theme options -> styling options -> custom css) of your dashboard.
    Code:
    .feature-box {
      width: 210px !important;
    }
    Hope it will resolve your issue.

    Kindest regards,
    Praveen
     
  3. assistant59

    assistant59 New Member

    Joined:
    Nov 28, 2014
    Messages:
    23
    Likes Received:
    0
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey, assistant59!

    I have got your concern,

    Please paste the code given below in custom CSS section
    (appearance -> theme options -> styling options -> custom css) of your dashboard.
    Code:
    .feature-post .feature-box {
      float: left !important;
    }
    
    Hope it will resolve your issue.

    Kindest regards,
    Praveen
     
  5. assistant59

    assistant59 New Member

    Joined:
    Nov 28, 2014
    Messages:
    23
    Likes Received:
    0
    Mmm yeah i see.
    But as i need the content to be centered i will go for the first one and ask to make short title :)

    Maybe i could do the trick with a float left with padding or margin to the left to center this, but i think it will look bad on different browser...

    Thanks for your help Praveen, u can close this thread.
     
Thread Status:
Not open for further replies.

Share This Page