CSS Fix for Small or Tight Click Targets in Divi

/* Ensure tap targets are at least 44x44px */ .et-pb-controllers a { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 10px; /* You can increase this if needed */ margin: 6px; /* Adds spacing between adjacent links…Continue reading

Logotype Snippet

.header-html-inner .site-logotype a { display: block; width: 401px; /* Fixed width */ text-align: center; font-size: 48px; /* Adjust for readability */ font-weight: bold; font-family: ‘Arial’, sans-serif; text-decoration: none; color: #fff!important; /* Adjust as needed */ padding: 10px 0; border-radius: 5px;…Continue reading

Logotype Snippet

.header-html-inner .site-logotype a { display: block; width: 401px; /* Fixed width */ text-align: center; font-size: 48px; /* Adjust for readability */ font-weight: bold; font-family: ‘Arial’, sans-serif; text-decoration: none; color: #fff!important; /* Adjust as needed */ padding: 10px 0; border-radius: 5px;…Continue reading

SureCart Product Template CSS

/* Author: Sumaiya, Clickup Doc: https://app.clickup.com/36636088/v/dc/12y1dr-22555/12y1dr-25055 */ /* Description: This CSS is added to optimize the surecart products single page */ /* Des: This CSS is added to ensures constrained elements have no margins and full width. */ .is-layout-constrained >…Continue reading

Extrait sans titre

body { font-family: Arial, sans-serif; margin: 0; padding: 0; box-sizing: border-box; } header { background-color: #333; color: #fff; padding: 10px 0; text-align: center; } nav ul { list-style: none; padding: 0; } nav ul li { display: inline; margin: 0…Continue reading

Envira Search – customize the search form styling

/*Search container width*/ .envira-gallery-search-container { max-width: 446px !important; } /*Height of the search input*/ .envira-gallery-search-container .envira-gallery-search-form .envira-image-search-input { line-height: 20px !important; } /*Font adjustments for the search field*/ .envira-gallery-search-container .envira-gallery-search-form .envira-image-search-input { color: #000000 !important; font-family: Arial !important font-size: 17px…Continue reading