- Posts: 2
- Home
- Forum
- Community Forum
- Questions
- Raise of Invoicenumber
Infinity template sidebar
- mashura
- Topic Author
- Offline
Less
More
6 years 11 months ago #11589
by mashura
Infinity template sidebar was created by mashura
I`m using the infinity template and would like to reduce the width of the right side bar to just 120 px. I would also like to float text body images to the right. How do I do that.
Thanks. See my website on travelfamba.com
Robert
Thanks. See my website on travelfamba.com
Robert
Please Log in or Create an account to join the conversation.
- solidres
-
- Offline
Less
More
- Posts: 2953
6 years 11 months ago - 6 years 11 months ago #11598
by solidres
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Replied by solidres on topic Infinity template sidebar
Hi,
The sidebar with can be adjusted in % units (screenshot). You can add more % by editing this file:
/templates/infinity/config.xml (around line 73)
To make text and images in the body to the right, you can use a text editor to do that.
Regards,
The sidebar with can be adjusted in % units (screenshot). You can add more % by editing this file:
/templates/infinity/config.xml (around line 73)
To make text and images in the body to the right, you can use a text editor to do that.
Regards,
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Last edit: 6 years 11 months ago by solidres.
Please Log in or Create an account to join the conversation.
- mashura
- Topic Author
- Offline
Less
More
- Posts: 2
6 years 11 months ago #11599
by mashura
Replied by mashura on topic Infinity template sidebar
I found the section to change the width
<field type="section" name="Sidebars" description="Choose the sidebar widths and align the sidebar to the left or right." />
<field type="table" name="sidebars">
<rows label="Position">
<row>sidebar-a</row>
<row>sidebar-b</row>
</rows>
<field type="select" name="width" label="Width">
<option value="12" data-gcf="6">20%</option>
<option value="15" data-gcf="15">25%</option>
<option value="18" data-gcf="6">30%</option>
<option value="20" data-gcf="20">33%</option>
<option value="24" data-gcf="6">40%</option>
<option value="30" data-gcf="3">50%</option>
</field>
Which option refers to right side bar. What are the other options .?
<field type="section" name="Sidebars" description="Choose the sidebar widths and align the sidebar to the left or right." />
<field type="table" name="sidebars">
<rows label="Position">
<row>sidebar-a</row>
<row>sidebar-b</row>
</rows>
<field type="select" name="width" label="Width">
<option value="12" data-gcf="6">20%</option>
<option value="15" data-gcf="15">25%</option>
<option value="18" data-gcf="6">30%</option>
<option value="20" data-gcf="20">33%</option>
<option value="24" data-gcf="6">40%</option>
<option value="30" data-gcf="3">50%</option>
</field>
Which option refers to right side bar. What are the other options .?
Please Log in or Create an account to join the conversation.
- solidres
-
- Offline
Less
More
- Posts: 2953
6 years 11 months ago #11604
by solidres
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Replied by solidres on topic Infinity template sidebar
Hi,
You can add new width type into the current list:
<option value="6" data-gcf="6">10%</option>
Then it will show up for selection in template options (screenshot). This new width will be available for both sidebars.
Regards,
You can add new width type into the current list:
<option value="6" data-gcf="6">10%</option>
Then it will show up for selection in template options (screenshot). This new width will be available for both sidebars.
Regards,
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Please Log in or Create an account to join the conversation.
Moderators: solidres