Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • nysfda Friend
    #918072

    Hello, can you tell me if there is a way to position our logo in the header of our site so that it is centered above the "sidebar 1" position. It is currently displaying like it is left justified. We have already applied some custom css so that the logo appears bigger (found here: templates/ja_biz/local/css/themes/nysfda_theme/template.css)

    Also, where can I adjust the "sidebar 1" padding? The space between the sidebar content and the border is too much. Can you also tell me where I can delete the border that appears around all sidebar elements?

    Please see attached screenshot.

    Thank you


    1. Logo_Padding
    Pankaj Sharma Moderator
    #918172

    Hi
    Add below code in custom.css file to move the logo in right side to put it in the line of sidebar

    .logo {
    padding-left:20px;}

    Regarding the Padding its applied on the main container for both sides .
    You can add below code in custom.css file and decrease the value of 100px

    @media (min-width: 1200px){
    .main-container {
        margin: 0 100px!important;
    }}

    Here u can see padding : http://prntscr.com/ase6xu

    nysfda Friend
    #918330

    Thank you. When you say add the code to the custom.css file, which custom.css are you referring to? Can you give me the file path? Thanks.

    Also, for the padding issue. I was referring to the space between the sidebar border and the content inside the sidebar container. Please see screenshot. As well as removing the border.


    1. Sidebar_Padding
    Pankaj Sharma Moderator
    #918349

    Hi
    yes below code is for sidebar

    @media (min-width: 1200px){
    .main-container {
        margin: 0 100px!important;
    }}

    set value of 100px like 10px or 0px to remove padding .

    Path : templates/ja_biz/css/custom.css file
    If file is not present kindly create it and add the code.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum