Sidebar issue

Well-designed restaurant Joomla template with parallax effect.
GK User
Thu Apr 16, 2015 9:39 pm
Hello,

I am having a strange issue with the sidebar and content section on several pages of the Steakhouse template. Here is one of the pages with this issue: http://okeanus.pelagicsp.com/index.php? ... temid=1030

The sidebar is way off to the right.

This is what it should look like: http://okeanus.pelagicsp.com/index.php? ... temid=1062

I'm not certain what is causing this issue. I loaded the newest version of steakhouse (unmodified) and made it the default template and I still have the same issue.

Thank you,
John
User avatar
Senior Boarder

GK User
Thu Apr 16, 2015 9:46 pm
Not sure if the is the correct way to fix the issue, but adding this CSS to the override.css fixed my problem.

#gkPageContent {
width: 100%;
max-width: 1230px;
margin-right: auto;
margin-left: auto;
}
User avatar
Senior Boarder

GK User
Fri Apr 17, 2015 4:28 am
The above CSS does affect the full width page content section on the home page. That can be remedied by adding a custom suffix for the homepage (if you don't already have one) and a little CSS specificity. Just add something like this to your override.css file.

.frontpage #gkPageContent {
max-width: 100%;
}
User avatar
Senior Boarder

teitbite
Sat Apr 18, 2015 8:52 am
Hi

Fix has to be good sine I cannot see the problem described any more. If You want me to look into this, please remove Your fix and tell me the url to the page with this problem.
User avatar
Moderator


cron