Account created on 1 February 2024, 4 months ago
#

Recent comments

@alok_singh

checked the Site menu Broken by installing Drupal 8.9.20 with "drupal/yg_medical": "1.0.0-alpha1"

Before :

After fixing :

By providing the solution in file web\themes\contrib\yg_medical\css\style.css

#main-menu .dropdown ul {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
z-index: 1;
}

/* Style the links inside the dropdown menu */
#main-menu .dropdown ul li a {
color: #333;
padding: 12px 16px;
text-decoration: none;
display: block;
}

/* Change color of dropdown links on hover */
#main-menu .dropdown ul li a:hover {
background-color: #ddd;
}

/* Show the dropdown menu on hover */
#main-menu .dropdown:hover ul {
display: block;
padding: 0;
}
#main-menu .dropdown:hover ul li{
list-style: none;
}

Hi @madelyncruz , I reviewed the steps

Steps to reproduce
1) Create an entity reference field.
2) Set the default limit to unlimited.
3) Set the cardinality limit to 1.
4) Go to the entity form.

Before :

Hi @alok_singh , I have checked for Pagination needs style.

Before :

nav.pager ul {
display: flex;
justify-content: center;
}
nav.pager ul li {
list-style-type: none;
}
nav.pager ul li {
margin-right: 10px;
}
nav.pager ul li a {
padding: 5px 12px;
border: 1px solid #00ca4c;
border-radius: 4px;
}

Hi @alok_singh , I checked for Footer title is not shown remove bullets, align

Before :

After applying this below css

.footer nav h2 {
display : block
}

.footer ul li {
list-style: none;
}

working fine .

Hi @Hamid.ali , I reviewed Twitter logo needs to be changed to the X

Before :

After applying the patch 3419943-10.patch

The twitter icon updated to

Hi @alok_singh have reviewed for On Mobile View, Add New comment - Subject input box going out.

Before in mobile view : -

After applying in mobile view : -
@media (max-width: 767px) {
.comment-comment-form .field--name-subject input {
width: 100%;
}
}

Its working fine.

I have checked with the Drupal 10.0.0 version it was not having the set default value check box but working fine.
Then checked with the Drupal 10.2.2

Before

Production build 0.69.0 2024