- Posts: 49
- Thank you received: 0
Right column isnt responsive
-
richard9
Inactive member - Topic Author
- Member
Less
More
2 years 3 days ago #49905
by richard9
Right column isnt responsive was created by richard9
Hi.
I cannot figure out why this has happened.
any item in the RIGHT module position doesnt stack itself under the main page content on a mobile it is all squished in.
Currently there is a custom Facebook module in there so you can see on pages like www.torridgecarplakes.co.uk/pricing on mobile it doesnt all fit. I have tried another test module in there instead and it does the same thing.
thanks
I cannot figure out why this has happened.
any item in the RIGHT module position doesnt stack itself under the main page content on a mobile it is all squished in.
Currently there is a custom Facebook module in there so you can see on pages like www.torridgecarplakes.co.uk/pricing on mobile it doesnt all fit. I have tried another test module in there instead and it does the same thing.
This message contains confidential information
thanks
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
2 years 3 days ago #49906
by milos
Replied by milos on topic Right column isnt responsive
Hello,
Please edit this file /media/templates/site/coworking/css/custom.css and below this line:
add this:
Make sure you cleared your mobile browser cache before testing the page again.
Regards,
Milos
Please edit this file /media/templates/site/coworking/css/custom.css and below this line:
Code:
@media (max-width: 767px) {
add this:
Code:
.sparky_container {
width: 100%;
}
.sparky_container > [class*='sparkle'] {
width: 100% !important;
}
.two [class*='sparkle'] {
width: 50% !important;
}
.full .sparky_container {
width:100%;
}
.full .sparky_container > .sparky_cell {
margin: 0;
padding: 0;
}
Make sure you cleared your mobile browser cache before testing the page again.
Regards,
Milos
Please Log in to join the conversation.
-
richard9
Inactive member - Topic Author
- Member
Less
More
- Posts: 49
- Thank you received: 0
2 years 3 days ago #49907
by richard9
Replied by richard9 on topic Right column isnt responsive
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
2 years 3 days ago #49908
by milos
Replied by milos on topic Right column isnt responsive
Hello,
Then you can add it from the template options, under Custom > CSS. You will find the line I mentioned above. Then add the code below that line.
Regards,
Milos
Then you can add it from the template options, under Custom > CSS. You will find the line I mentioned above. Then add the code below that line.
Regards,
Milos
Please Log in to join the conversation.
-
richard9
Inactive member - Topic Author
- Member
Less
More
- Posts: 49
- Thank you received: 0
2 years 3 days ago - 2 years 3 days ago #49911
by richard9
Replied by richard9 on topic Right column isnt responsive
I tried adding that and get this error message:
An error has occurred.
0 Failed opening required '/home/carplake/public_html/templates/sparky_framework/library/sparky_css.php' (include_path='.:/opt/cpanel/ea-php81/root/usr/share/pear')
It does that even if i dont add the CSS code?
There were some Sparky template updates available so i added these and it has completely broken the site so it looks like this: prnt.sc/B9zZ3F3n2QF7
i am just about to do a roll back restore so it will be ok when you are able to look at it.
thanks
An error has occurred.
0 Failed opening required '/home/carplake/public_html/templates/sparky_framework/library/sparky_css.php' (include_path='.:/opt/cpanel/ea-php81/root/usr/share/pear')
It does that even if i dont add the CSS code?
There were some Sparky template updates available so i added these and it has completely broken the site so it looks like this: prnt.sc/B9zZ3F3n2QF7
i am just about to do a roll back restore so it will be ok when you are able to look at it.
thanks
Last edit: 2 years 3 days ago by richard9.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
2 years 3 days ago #49912
by milos
Replied by milos on topic Right column isnt responsive
Hello,
Is this site upgraded from Joomla 3 to Joomla 4? If yes, then it's not done correctly and the website is broken. You must restore it from the backups.
Regards,
Milos
Is this site upgraded from Joomla 3 to Joomla 4? If yes, then it's not done correctly and the website is broken. You must restore it from the backups.
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.236 seconds