• Resolved Abilash A

    (@abilash-a)


    Hi

    Smart adapt theme is excellent in speed and appearance except that it has a 290px wide sidebar which is inappropriate for displaying standard 300px ads.

    Please help me increase the sidebar width to 300px

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author netbiel

    (@netbiel)

    Hi

    Thanks for choosing my theme ??

    You can resize the sidebar by adding the CSS code below in your header.php just before closing tag </head>

    <style type="text/css">
    #sidebar{ width:300px }
    #page { width:980px }
    </style>

    It should work.

    Good luck!

    Thread Starter Abilash A

    (@abilash-a)

    Hi

    Thank you so much for the solution

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to increase Right Side-bar width from 290px to 300px’ is closed to new replies.