- Posts: 25
- Thank you received: 0
Size of page
-
sebpasq
Inactive member - Topic Author
- Member
Less
More
1 year 1 month ago #50870
by sebpasq
Size of page was created by sebpasq
This message contains secure information
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
1 year 1 month ago #50873
by milos
Replied by milos on topic Size of page
Hello,
Please provide the link to your site so we can inspect this.
Regards,
Milos
Please provide the link to your site so we can inspect this.
Regards,
Milos
Please Log in to join the conversation.
-
sebpasq
Inactive member - Topic Author
- Member
Less
More
- Posts: 25
- Thank you received: 0
1 year 1 month ago #50876
by sebpasq
Replied by sebpasq on topic Size of page
This message contains secure information
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
1 year 1 month ago #50878
by milos
Replied by milos on topic Size of page
Hello,
The last message you wrote is empty (also some previous messages).
Regards,
Milos
The last message you wrote is empty (also some previous messages).
Regards,
Milos
Please Log in to join the conversation.
-
sebpasq
Inactive member - Topic Author
- Member
Less
More
- Posts: 25
- Thank you received: 0
1 year 1 month ago #50881
by sebpasq
Replied by sebpasq on topic Size of page
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
1 year 1 month ago #50884
by milos
Replied by milos on topic Size of page
Hello,
In this file /media/templates/site/politics/css/custom.css, you have this code:
This sets the main column width to 2/3 of the page width.
However, the right column should be set to 33% in this case, so add this code:
Regards,
Milos
In this file /media/templates/site/politics/css/custom.css, you have this code:
Code:
.contentrow .sparky_container > .content_sparky.sparky_cell {
margin-left: 15px;
margin-right: 15px;
width: calc(66.66% - 30px);
}
This sets the main column width to 2/3 of the page width.
However, the right column should be set to 33% in this case, so add this code:
Code:
.mp_right.sparky_cell {
width: 33.33%;
}
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.178 seconds