This topic has 1 reply, 2 voices, and was last updated 6 years by Radu.

  • Author
  • #209270
     bingoenvato
    Participant

    The theme options for “Main content width for two sidebars templates” offers 50% and 67 %.

    How can I use a value between this?

    #209324
     Radu
    Moderator

    Hi,

    There is no way in theme options they are predefined, the only way it’s with CSS selectors that are a little bit tricky since they uses pushes

    tried a workaround but cannot generate the desired result

    COPY CODE
    
    .page-template-left-right-sidebars .sidebar.sidebar-main.col-sm-3.col-sm-pull-6.sidebar-3lr {width:15%!important;left:-65% !important;}
    .page-template-left-right-sidebars .template-page.col-sm-6.col-sm-push-3.tpl-3lr {width:60%!important;margin: 0 !important;}
    .page-template-left-right-sidebars .sidebar.sidebar-extra.col-sm-3.sidebar-3lr {width:15% !important;right:0% !important;}
    
    

    There are the selectors play with them.

    Chers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?