Copyright block on bottom row

  • hyrum_0
    Inactive member
  • Topic Author
  • Member
  • Member
More
8 years 5 months ago #45953 by hyrum_0
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.

Please Log in to join the conversation.

  • hyrum_0
    Inactive member
  • Topic Author
  • Member
  • Member
More
8 years 5 months ago #45954 by hyrum_0
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
  • Member
More
8 years 5 months ago #45955 by hyrum_0
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
  • Moderator
More
8 years 5 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

Please Log in to join the conversation.

  • hyrum_0
    Inactive member
  • Topic Author
  • Member
  • Member
More
8 years 5 months ago #45957 by hyrum_0
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
  • Member
More
8 years 5 months ago #45958 by hyrum_0
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?
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 } ?> }
Attachments:

Please Log in to join the conversation.

Time to create page: 0.382 seconds
Powered by Kunena Forum