[Bug] Article Edit Link is on a separate line.
1 year 1 month ago - 1 year 1 month ago #69762
by Mike85
[Bug] Article Edit Link is on a separate line. was created by Mike85
Hi,
After an update the Article Edit link is showing in a separate line now in the Blog view. Also the voting stars are now also move into a separate line. In the Article view itself everything stayed the same.
Article view:
Blog view:
Here are also the extra CSS code i added to get the Article Voting (default joomla plugin) into the same line.
Probably a good idea to also add something like this into Template Creator CK as well.
After an update the Article Edit link is showing in a separate line now in the Blog view. Also the voting stars are now also move into a separate line. In the Article view itself everything stayed the same.
Article view:
Blog view:
Here are also the extra CSS code i added to get the Article Voting (default joomla plugin) into the same line.
Probably a good idea to also add something like this into Template Creator CK as well.
Code:
.content_rating {
display: inline-block;
padding: 0 6px 0 12px;
}
.content_rating p {
display: inline-block;
padding: 0 6px 0 0;
}
.content_rating ul {
display: inline-block;
margin: 0 0 0 4px;
}
.mb-2 {
display: inline-block;
}
.content_vote input {
margin: 0 0 0 6px;
}
Last edit: 1 year 1 month ago by Mike85.
Please Log in or Create an account to join the conversation.
1 year 1 month ago #69952
by Mike85
Replied by Mike85 on topic [Bug] Article Edit Link is on a separate line.
Still have the problem in the latest Template Creator v5.4.0.
Please Log in or Create an account to join the conversation.
1 year 1 month ago #69958
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic [Bug] Article Edit Link is on a separate line.
Hi
thanks for your reminder, I have added your request for the next verison
CEd
thanks for your reminder, I have added your request for the next verison
CEd
Joomlack Webmaster and Developer
The following user(s) said Thank You: Mike85
Please Log in or Create an account to join the conversation.
Time to create page: 0.210 seconds