This topic has 5 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #60455
     sermsak
    Participant

    Hello.
    I uses default Sidebars and it look like the menu sidebars is too high.(Please see attached file 1).
    And i need to adjust it to tighten. (Please see attached file 2). How can i do this ?

    Thank you

    Attachments:
    You must be logged in to view attached files.
    #60540
     Radu
    Moderator

    Try this css,

    Add this css to Theme Options -> General Settings -> Quick CSS or in kleo-child/style.css
    Cheers

    COPY CODE
    
    @media (min-width: 768px) {
    
    	.template-page.col-sm-push-3 {
    	left: -moz-calc(25% - 1px);
    	left: -webkit-calc(25% - 1px);
    	left: -o-calc(25% - 1px);
    	left: calc(20% - 1px);
    	}
    
    @media (min-width: 768px)
    	.col-sm-pull-9 {
    	right: 80%;
    	}
    	.col-sm-3 {
    	  width: 20%;
    	}
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #60585
     sermsak
    Participant

    Hello Radu. After i Add this css to Theme Options -> General Settings -> Quick CSS, the menu it’s disappear.(please see attached file). please help again. Thank you

    P.S- Please don’t forget to help to fix my Polylang issue too 🙂 i am waiting you.

    Attachments:
    You must be logged in to view attached files.
    #60591
     Radu
    Moderator

    Hello,

    Try to put that css in kleo-child/style.css it should work, i tested.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #61399
     sermsak
    Participant

    Hello Radu. I put that css in kleo-child/style.css it don’t change anything. please help

    Thank you

    #61463
     Radu
    Moderator
    COPY CODE
    
    @media (min-width: 768px) {
     
    	.template-page.col-sm-push-3 {
    	left: -moz-calc(25% - 1px);
    	left: -webkit-calc(25% - 1px);
    	left: -o-calc(25% - 1px);
    	left: calc(20% - 1px);
    	}
     
    	.col-sm-pull-9 {
    	right: 80%;
    	}
    	.col-sm-3 {
    	  width: 20%;
    	}
    }
    

    It works now ?

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

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?