- Posts: 126
- Thank you received: 0
Responsive problem
-
paul1
Active member -
Topic Author
- Member
-
Less
More
1 year 11 months ago #50430
by paul1
Responsive problem was created by paul1
Hi Milos
h [url=https://www.mainstvetclinic.com.au/a1 ]ttps://www.mainstvetclinic.com.au/a1 [/url] - Joomla 4 site I transferring from J3, using Hot Business template, with Sparky Editor.
On my 14inch laptop screen the site appears not to be responsive and cuts off menu items.
Any ideas as I am stumped.
Also, where can I change font colour for copyright info?
My thanks Paul
h [url=https://www.mainstvetclinic.com.au/a1 ]ttps://www.mainstvetclinic.com.au/a1 [/url] - Joomla 4 site I transferring from J3, using Hot Business template, with Sparky Editor.
On my 14inch laptop screen the site appears not to be responsive and cuts off menu items.
Any ideas as I am stumped.
Also, where can I change font colour for copyright info?
My thanks Paul
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6819
- Thank you received: 724
1 year 11 months ago #50431
by milos
Replied by milos on topic Responsive problem
Hello,
Your menu is too big. You must have it in two lines. Add this in file /media/templates/site/business/css/custom.css (at the top of the file):
To edit the copyright text color edit this part in the same file (around line 761):
Regards,
Milos
Your menu is too big. You must have it in two lines. Add this in file /media/templates/site/business/css/custom.css (at the top of the file):
Code:
ul.mnu_mainmenu {
white-space: normal;
}
To edit the copyright text color edit this part in the same file (around line 761):
Code:
p.copyright {
color: #999;
padding-bottom: 50px;
text-align: right;
}
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.157 seconds