Okay
  Public Ticket #1246710
Portfolio text wrap issue under like button
Closed

Comments

  • madebygift started the conversation

    Hi,

    When viewing one of my Portfolio pages on a tablet sized screen, the text on the right hand side of the image wraps at the end of the like button, instead of starting under it.

    If you look at https://fourwallspr.co.uk/portfolio/roberts-environmental/ this page and shrink the browser width you'll see the issue.

    How do I make it wrap properly please?

    Thanks Tahir, great theme!

    Darren.

  •  9,013
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #sidebar #sidebar-inner p {
        display: inline-block;
    }

    Thanks


    ThemeNectar Support Team 

  •  9,013
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #sidebar #sidebar-inner p {
        display: inline-block;
    }

    Thanks


    ThemeNectar Support Team