1. rrsendiong
  2. Commercial Templates
  3. Sunday, 08 November 2015
  4.  Subscribe via email
Hi,

I was checking the Florence template and wanted to buy it. I just noticed that it will not fill the space on the right for my 1080 px monitor. Can this be adjusted to use percentage instead of fixed size?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To set the width of the Florence template to percentage, add the following to the Custom CSS field of your templates parameters (edit to taste - default:280px)...


.sidebar_wrapper {
width: 20%;
}
.content_wrapper {
margin-left: 20%;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,
I bought the template today. I have pasted what you have suggested but it did not have any effect. I have attached here a screenshot, there is a lot of space on the right side. I would want the content to be fluid and fill the empty space on the right just like the picture on top.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
I also tried this but found another problem.
When window size is reduced and the page switches to responsive view the right hand menu area, instead of being switched off to zeo width - changes to a white area that is 20% of the screen width.
Also it would seem that the maximum width for the non menu page width is still set in the Template parameters "Layout Options"/"Template Width" and the switch to responsive view is set at a screen width of "Template Width" + 300.
I am finding also that the switch to responsive view is happening at two large a screen size and users are complaining that they are seeing the responsive view even when using a Laptop. So before I saw the post above I found a reasonable compromise with "Template Size" set to 800. This put the switch to responsive view at 1100px. I thought then that the CSS code above would make the site expand into available space on larger screens - would like to do that but it does not work - yet. :unsure:
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
To force the fluid width of your content try adding the following to the Custom CSS field of your templates parameters...


.wrapper960 {
width: 100%;
}


David: Would you have a URL to an example of this issue?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Ref the "White Area". This page at http://whitchurchwaterway.uk/test is set up with the CSS..
.sidebar_wrapper {
width: 20%;
}
.content_wrapper {
margin-left: 20%;
}
and looks like this in smaller screen.
I will try the
.wrapper960 {
width: 100%;
}
on another page at http://whitchurchwaterway.uk/test2 in a few minutes.
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Sorry to say we have been unable to replicate this issue on any device tested. On each devices your content appears the full width of the browser.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
It works for me!! Thanks for the support.
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Ciarán
Sorry I made a mistake with template style set ups.
The
.sidebar_wrapper {
width: 20%;
}
.content_wrapper {
margin-left: 20%;
}
Is applied and misbehaving at http://whitchurchwaterway.uk/test

The later suggestion you make using CSS..

.wrapper960 {
width: 100%;
}

works good at http://whitchurchwaterway.uk/test2
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Hi David

To resolve try also adding the following to the Custom CSS field of your templates parameters...


@media only screen and (max-width: 1100px) {
.content_wrapper {
margin-left: 0;
}}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 9
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok