Okay
  Public Ticket #1050276
Unwanted padding at bottom of post
Closed

Comments

  •  3
    Peter started the conversation

    Can you please tell me how to get rid of the gap at the bottom of these post pages under the gallery? I can't find any way of targeting it and getting rid of it.

    Thanks!

  •  8,998
    Tahir replied

    Hey Again,

    Sorry for the Delay . 

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

    .single-post .bottom-meta > div:last-child {
        margin-bottom: 0px !important;
    }
    .single-post .row {
        padding-bottom: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  3
    Peter replied

    Thanks Tahir, but it didn't work. And I'm getting the error message 

    expected colon at line 18, col 1

     - this refers to the line 

    .single-post .bottom-meta > div:last-child {
  •  8,998
    Tahir replied
    Could you provide a screenshot of the Custom CSS area so i can see why that error is there . Be.st


    ThemeNectar Support Team 

  •  3
    Peter replied

    Here it all is:

  •  8,998
    Tahir replied

    I am seeing a red cross on the Top, Please remove it. 

     

    Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.

    Bes.t


    ThemeNectar Support Team 

  •  3
    Peter replied

    I don't understand Tahir. When I rollover that cross I get the message

    expected colon at line 18, col 

    as I mentioned. Clicking it does nothing. I'd love to remove it but it seems to have been caused by the code you just gave me. :)


  •   Peter replied privately
  •  8,998
    Tahir replied

    The user pass isnt working . Please copy paste all your css in the Custom Css Box so i can have a look .


    ThemeNectar Support Team 

  •   Peter replied privately
  •  3
    Peter replied

    I found an error in there!


    I'm sorry Tahir, your code works. Many, many thanks for your help.

    Peter