Okay
  Public Ticket #2584045
Feature request: Make sidebar-background fit the widget area content
Closed

Comments

  •  1
    Peter started the conversation

    Hi. The only way to make the sidebar area readable is adding background color to the column. But then the entire column inherits that colour, making a loooong column in one empty colour.

    Can I some how tweak this to wrap around the content of the sidebar/ widget area, dynamically? Do you understand what I mean?



  •  8,849
    Tahir replied

    Hey Again,

    Remove the Column Background and use below CSS.

    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):

    .wpb_column .theiaStickySidebar {
        background: #036478 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Peter replied

    Hi there. Super! Thanks. However, the error with the radius is still not solved?

  •  8,849
    Tahir replied

    Hey Again,

    Use this updated CSS:

    .wpb_column .theiaStickySidebar .vc_column-inner {
        background: #c1c1c1 !important;
        border-radius: 5px !important;
    }
    

    3152609531.pngClick To Open Larger Image.


    Thanks 


    ThemeNectar Support Team 

  •  1
    Peter replied

    Hi again. Thanks a million. However, the background (behind the radius-stroke) is still square. How do I also make that with radius like the stroke?

  •  8,849
    Tahir replied

    You need to remove this CSS: 

    1017545724.pngClick To Open Larger Image.

    Thanks


    ThemeNectar Support Team