Okay
  Public Ticket #151141
CSS code in the head
Closed

Comments

  •  21
    Simon started the conversation
    Hi Fab theme - it's absolutely brilliant to use. I've just got a few minor issues that I am struggling to solve. Issue 1: From line 46 to 327, there is a large amount of code (css) in the head. I noticed it was on the demo too. Can this go elsewhere or has something gone wrong with my code? Issue 2: On the portfolio entry page - for example: http://simongreenland.com/work/actualised-living/ I have lost the pagination at the top as well as the 'heart' icon in the social section. Do you know why that might be? Issue 3: On this same page, is there a way to increase the space between the left column (pics) and the right column (text). Many thanks, Si
  •  21
    Simon replied

    Hi - issue 2 has been resolved.

  •  21
    Simon replied

    Issue 1 is resolved too.

    Just seen you reply to another post about this so all good as don't want to waste your time. Many thanks, Si

  •  1,043
    ThemeNectar replied

    Hey Simon - i'm glad you found the answers to #1 & #2 :)

    Regarding your last qustion add this into your custom css box in the Salient options panel

    .span_4 .span_10 {
      padding-left: 15px!important;
    }

    Cheers :)

  •  21
    Simon replied

    Thanks for getting back to me.

    Sorry, I wasn't that clear. I'm trying to increase the column gap on the portfolio detail page between the image and the text on the right.

    For example:

    http://simongreenland.com/design-portfolio/brodcap/

  •  1,043
    ThemeNectar replied

    Hey again! :)

    Add this into your Custom CSS box located in your Salient Options panel:

    .single-portfolio #sidebar {
        padding-left: 40px !important;
    }

    Cheers