D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Reply To: Change the wide from the Content Container and the Sidebar

Front Page D5 Creation Forum General Questions Change the wide from the Content Container and the Sidebar Reply To: Change the wide from the Content Container and the Sidebar

#9703
D5 Creation
Keymaster

We are sorry but the above Reply may not be for you. It was a mistake and may be for another user.

You can change such these styling following This Tutorial. The Travel Extend Version is Responsive and the Width is defined according to the Screen width. So it is in %, not px. But you can use px value there.

Suppose, you can use the following Code in the WP-Admin > Appearance > Travel Options > General Options > Custom Code within Head Area Box

<style> #content { width: 67%; } #right-sidebar { width: 27%; } </style>