Okay
  Public Ticket #3046986
Portfolio Project Attributes incorrectly styled
Closed

Comments

  • therealsparks started the conversation

    See attached Branding-1.png screen shot. I need the project attributes to start on the right column in line with the top of the video embeded. Sometimes the project attributes appear lower.

  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #sidebar #sidebar-inner {
        margin-top: -35px;
    }

    Thanks


    ThemeNectar Support Team