-
Author
-
May 28, 2015 at 23:50 #60455sermsakParticipant
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.May 29, 2015 at 20:26 #60540RaduModeratorTry this css,
Add this css to Theme Options -> General Settings -> Quick CSS or in kleo-child/style.css
CheersCOPY 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 solutionMay 30, 2015 at 15:37 #60585sermsakParticipantHello 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.May 30, 2015 at 17:15 #60591RaduModeratorHello,
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 solutionJune 7, 2015 at 17:07 #61399sermsakParticipantHello Radu. I put that css in kleo-child/style.css it don’t change anything. please help
Thank you
June 7, 2015 at 22:01 #61463RaduModeratorCOPY 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 -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.