• This topic has 4 replies, 2 voices, and was last updated 1 year ago by vako.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #74577
    Kai Palotie
    Participant
    Premium Member

    Hi,

    is it possible to adjust left and right sidebar widgets width with Additional CSS (pixels or percentage)? Content on my sidebars on would look better (I use these on my “default post page”, if it matters), if I could make left sidebar narrower and right sidebar wider.

    #74579
    vako
    Keymaster
    WP Royal Team

    Hi Kai,

     

    At first, thank you for choosing our theme and service.

    To change the sidebar width on the website, please navigate to Dashboard > APperance > Customize > General Layouts > General > Sidebar Width, please check the screenshot for more details: https://prnt.sc/R6vnUg8O7hB5

     

    Kind Regards

    #74581
    Kai Palotie
    Participant
    Premium Member

    Hi,

    thanks, I had missed this setting. This helps me with my sidebar look on pages where I have used only the right sidebar. However this setting affects both left and right sidebar. I’d like to use also left sidebar on few pages on my site and it should have different width (left narrow, right wide). Is that possible?

    And one new question. Can I change “Navigation Menu” widget colours (background colour, font colour) and font type to match the colours and font in “Main navigation”? I added “Navigation Menu” widget to Sidebar Alt. It seems that as a default this widget uses the “content” setting for colours and font, but I’d like it to look just like Main navigation.

    #74597
    Kai Palotie
    Participant
    Premium Member

    I solved that Sidebar Alt menu appearance problem with a separate Responsive menu plugin, where I can change colours etc.

    But if there is a possibility to separately adjust left/right sidebar widths, I’d still like know that.

    #74599
    vako
    Keymaster
    WP Royal Team

    Hi Kai,

     

    Actually, there is no such option to adjust the sidebars separately, we have global control from customizer options and it applies for both sidebars, in this case, we can offer custom CSS snippets:

    This snippet is for the left sidebar:

    .sidebar-left {

    width: 200px;

    }

    This snippet is for the right sidebar:

    .sidebar-right {

    width: 200px;

    }

    In both snippets, you can change the numeric value to fit your needs.

     

    Kind Regards

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.