- Posts: 23
- Thank you received: 0
Copyright block on bottom row
-
hyrum_0
Inactive member - Topic Author
- Member
Less
More
9 years 2 months ago #45953
by hyrum_0
Replied by hyrum_0 on topic Copyright block on bottom row
I added your code to the file, cleared the cache and no change to the module.
As an additional test, I put another module on the same row and the module with the tabs got even more squished.
Then I thought that maybe I had another module in the same position or row, but it was the only module on that row.
As an additional test, I put another module on the same row and the module with the tabs got even more squished.
Then I thought that maybe I had another module in the same position or row, but it was the only module on that row.
Please Log in to join the conversation.
-
hyrum_0
Inactive member - Topic Author
- Member
Less
More
- Posts: 23
- Thank you received: 0
9 years 2 months ago #45954
by hyrum_0
Replied by hyrum_0 on topic Copyright block on bottom row
I just tried using the previous sparky_pro template_css.css file and no change. So can we assume that file is not the root cause?
Please Log in to join the conversation.
-
hyrum_0
Inactive member - Topic Author
- Member
Less
More
- Posts: 23
- Thank you received: 0
9 years 2 months ago #45955
by hyrum_0
Replied by hyrum_0 on topic Copyright block on bottom row
OK, update. I replaced the template_css.php file with the previous version and that fixed the issue:) Should I use the old file or do you want to try and modify the newest version to make it work? What's the danger of using the old version?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
9 years 2 months ago #45956
by milos
Replied by milos on topic Copyright block on bottom row
Please use all files from the new version of Sparky, including the template_css.php. If you modified this file in old version, please modify new version again.
Thanks
Thanks
Please Log in to join the conversation.
-
hyrum_0
Inactive member - Topic Author
- Member
Less
More
- Posts: 23
- Thank you received: 0
9 years 2 months ago #45957
by hyrum_0
Replied by hyrum_0 on topic Copyright block on bottom row
I have not modified that file, but will attempt to fix it.
Please Log in to join the conversation.
-
hyrum_0
Inactive member - Topic Author
- Member
Less
More
- Posts: 23
- Thank you received: 0
9 years 2 months ago #45958
by hyrum_0
Replied by hyrum_0 on topic Copyright block on bottom row
The issue is related to the responsive code in template_css.php.
When I minimize my screen enough (shrink the width), eventually the custom module is correct.
Attached is a screenshot.
Is the issue before or after the following code?
When I minimize my screen enough (shrink the width), eventually the custom module is correct.
Attached is a screenshot.
Is the issue before or after the following code?
Code:
/*------------ SCREEN >= TEMPLATE WIDTH ---------------*/
<?php if($enableResponsive){
$templateWidthPlus = $templateWidth + 30; ?>
@media (min-width: <?php echo $templateWidthPlus; ?>px) {<?php } ?>
.container, .row {
<?php if(!$fluidWidth) { ?>
width: <?php echo $templateWidth; ?>px;
<?php }else{ ?>
width:100%;
<?php } ?>
}
Please Log in to join the conversation.
Time to create page: 0.091 seconds