• Hi,
    How can I reduce the gap between the left sidebar and main content area. To be precise, I want to increase the content area width little bit towards the left side so that there is only a small gap between the two.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author LizardThemes

    (@lizardthemes)

    To fix this you have to inspect page elements and change the padding/margin for the element you need. Besides, you can change its width. For example, to change the position of sidebar in medicine you have to edit the following code:

    .sidebar{
    	border-radius:10px;
    	-moz-border-radius:10px;
    	-webkit-border-radius:10px;
    	padding-bottom:0 !important;
    	width:252px !important;
    	box-shadow:0 0 3px #c5c9c9;
    }

    in the file style.css.

    Thread Starter ajas.jansher

    (@ajasjansher)

    Thank you very much for your reply. But actually I want to increase the width of the content area, so that it is more closer to the sidebar. Please check my site https://www.newapollopolyclinic.com

    Theme Author LizardThemes

    (@lizardthemes)

    Sorry, but we don’t provide any services for editing themes for individual users.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘reduce the gap between left sidebar and content’ is closed to new replies.