- Issue created by @adarshv
- Assigned to akhil_01
- Issue was unassigned.
- First commit to issue fork.
- Merge request !35Issue #3436099: Twitter logo needs to be changed to the X. → (Open) created by adityarawat_ln
- Assigned to adityarawat_ln
- Status changed to Needs review
7 months ago 12:40pm 1 May 2024 - 🇮🇳India adityarawat_ln
Hi @Vishal Choudhary, I have created MR !35 for css to add space between the two buttons on the contact page
please review - Status changed to Needs work
7 months ago 7:18am 2 May 2024 @adityarawat_ln , getting this error-
"Fatal error: Cannot redeclare ajans_preprocess_field__comment() (previously declared in /var/lib/tugboat/stm/web/themes/contrib/ajans/ajans.theme:303) in /var/lib/tugboat/stm/web/themes/contrib/ajans/ajans.theme on line 342"and the merge request title needs to change right now it's "Twitter logo needs to be changed to the X."
- 🇮🇳India Arun Velusamy
I've reviewed the contact form in Ajans theme, and while your patch MR35 isn't relevant, I believe a simple CSS adjustment can resolve this issue. Please refer to the CSS provided below.
.form-wrapper input { margin-right: 10px; }
I’ve included a screenshot for your reference.
- 🇮🇳India jaydeep_patel Ahmedabad
I have added space between two buttons in contact us page, Attached screenshot for the same.
Hello,
I've reviewed the MR!41 and found thecolumn-gap
property is used for providing the space, which I think is a better approach than using margin property.
I reviewed the issue following the below steps,- I cloned the theme repo in Drupal version 10.3.6.
- I installed the theme and visited the
/contact/feedback
page when I came across the missing space problem between the buttons in this page. - I applied the MR!41 and found the issue was rectified.
Attaching the before and after ss for reference. Hence moving to RTBC.
Thanks