- Posts: 9
- Thank you received: 0
Border of Frames in Modulpositions User2 and User4 are broken
1 day 12 hours ago #52116
by oliver1
Replied by oliver1 on topic Border of Frames in Modulpositions User2 and User4 are broken
Can i send you a private message with the link?
Please Log in to join the conversation.
1 day 10 hours ago #52117
by milos
Replied by milos on topic Border of Frames in Modulpositions User2 and User4 are broken
Hello,
You can post this on the forum privately if you select a part of the text and click the "lock" (confidential) icon.
Thanks,
Milos
You can post this on the forum privately if you select a part of the text and click the "lock" (confidential) icon.
Thanks,
Milos
Please Log in to join the conversation.
1 day 9 hours ago #52118
by oliver1
Replied by oliver1 on topic Border of Frames in Modulpositions User2 and User4 are broken
Okay the address is
This message contains confidential information
. Do you need an account to login? Please Log in to join the conversation.
1 day 9 hours ago #52119
by milos
Replied by milos on topic Border of Frames in Modulpositions User2 and User4 are broken
Hello,
Perhaps the problem is that you have too much text in the USER2 and USER4 module positions. This big text is supposed to be only a few words.
In the file /media/templates/site/dogs/css/custom.css around line 179, change this:
with this:
Around line 247, change this:
with this:
Around line 50, change this:
with this:
These changes will set max width of the USER2 and USER4 modules and also reduce the font size.
Regards,
Milos
Perhaps the problem is that you have too much text in the USER2 and USER4 module positions. This big text is supposed to be only a few words.
In the file /media/templates/site/dogs/css/custom.css around line 179, change this:
Code:
.mp_user2 .moduletable {
position: absolute;
background: #cfdceb;
padding: 0;
margin-top: 10%;
}
with this:
Code:
.mp_user2 .moduletable {
position: absolute;
background: #cfdceb;
padding: 0;
margin-top: 10%;
max-width: 460px;
}
Around line 247, change this:
Code:
.mp_user4 .moduletable {
position: absolute;
background: #f2e3d3;
padding: 0;
margin-top: 10%;
}
with this:
Code:
.mp_user4 .moduletable {
position: absolute;
background: #f2e3d3;
padding: 0;
margin-top: 10%;
max-width: 460px;
}
Around line 50, change this:
Code:
.big_text {
color: #424953;
font-family: 'Caveat Brush', cursive;
font-size: 72px;
margin: 0;
line-height: 1;
}
with this:
Code:
.big_text {
color: #424953;
font-family: 'Caveat Brush', cursive;
font-size: 40px;
margin: 0;
line-height: 1;
}
These changes will set max width of the USER2 and USER4 modules and also reduce the font size.
Regards,
Milos
Please Log in to join the conversation.
1 day 4 hours ago - 1 day 4 hours ago #52120
by oliver1
Replied by oliver1 on topic Border of Frames in Modulpositions User2 and User4 are broken
Sorry ,but there is no file named "custom.css" in that folder, just an empty subfolder named "styles".
I installed the site using hot_dogs5x_hotstart.zip as recommended.
I installed the site using hot_dogs5x_hotstart.zip as recommended.
Last edit: 1 day 4 hours ago by oliver1.
Please Log in to join the conversation.
12 hours 39 minutes ago #52121
by milos
Replied by milos on topic Border of Frames in Modulpositions User2 and User4 are broken
Hello,
The file is there for sure. This file is where all CSS code is loaded from. So, go to the ROOT folder (main folder of Joomla) and from there browse to /media/templates/site/dogs/css/custom.css
Regards,
Milos
The file is there for sure. This file is where all CSS code is loaded from. So, go to the ROOT folder (main folder of Joomla) and from there browse to /media/templates/site/dogs/css/custom.css
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.100 seconds