• Hi,

    Can you provide some custom CSS to add in the theme options to change:

    – The primary side Bar width.
    – The Secondary sidebar width
    – The Side bar background color.

    Thank you so much

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey,
    Can you clarify what you are wanting to do? The theme is responsive so widths will change based on screen size? Are you wanting it smaller or larger? Are you wanting the content to increase or decrease with it?

    By primary and secondary sidebar what do you mean? The theme only has one sidebar, you can switch which widgets area shows it it but it’s still the sidebar?

    To change the background color only for the sidebar you can add this:

    aside.kad-sidebar {
    background:#eee;
    }

    Kadence Themes

    Thread Starter sherifabuzid

    (@sherifabuzid)

    Thanks a lot for your reply.

    I mean the sidebar width in a desktop screen. I need to increase its width, so I need to add a custom CSS in the theme options, but I do not know the code and not familiar with firbug.

    Your help is much appreciated.

    Try this:

    @media (min-width: 1200px) {
    .main {width: 66.66666666666666%;}
    aside.col-lg-3 {width: 33.33333333333333%;}
    }

    Kadence Themes

    Thread Starter sherifabuzid

    (@sherifabuzid)

    Hi,

    The side bar coloc CSS is not working for my new website. https://www.translationspace.com/

    I am using the premium version now.

    You gave me the below one:

    aside.kad-sidebar {
    background:#eee;
    }

    This will work:

    aside.col-md-4 {
    background:#eee;
    }

    Kadence Themes

    Thread Starter sherifabuzid

    (@sherifabuzid)

    Thanks that worked.

    Also, what is the best size of the feature image to be appear in the latest posts slider in the home page?

    and the best feature image size to appear beside the posts title.

    this is for the same website: https://www.translationspace.com/

    Use large images the theme will resize for you. I suggest images at least 400px by 400px

    Kadence Themes

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Side Bar width and color’ is closed to new replies.