- WordPress 6.9.4 (es_ES) with Kadence theme - Homepage: Hero, La Asociación, Pilares, Beneficios, Eventos, Miembros, Hazte Miembro, Contacto - Brand identity: #13294b navy, #a12932 burgundy, #c69c48 gold - Fonts: Raleway (headings) + Source Sans 3 (body) + Lato (UI) - Plugins: Kadence Blocks, Polylang, Contact Form 7 - Custom CSS with full brand styling and responsive layout - HTTPS enforced via wp-config.php proxy detection
41 lines
1.1 KiB
CSS
41 lines
1.1 KiB
CSS
@media (min-width: 1660px) {
|
|
.rtl #customize-theme-controls #sub-accordion-section-kadence_customizer_header_builder, .rtl #customize-theme-controls #sub-accordion-section-kadence_customizer_footer_builder {
|
|
right: 18%;
|
|
left: 0;
|
|
}
|
|
}
|
|
.rtl .customize-control-kadence_blank_control .kadence-builder-tab-toggle {
|
|
left: 10px;
|
|
right: auto;
|
|
}
|
|
|
|
.rtl .kadence-builder-item > .kadence-builder-item-icon {
|
|
margin-right: 0;
|
|
margin-left: -10px;
|
|
}
|
|
|
|
.rtl .kadence-builder-item > .kadence-builder-item-icon.kadence-move-icon {
|
|
margin-right: -10px;
|
|
margin-left: 0;
|
|
}
|
|
|
|
.rtl .kadence-builder-item > .kadence-builder-item-icon svg.dashicons-arrow-right-alt2 {
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
.rtl .kadence-builder-areas.popup-vertical-group {
|
|
padding-left: 20px;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.rtl #customize-theme-controls .add-new-menu-item, #customize-theme-controls .add-new-widget {
|
|
float: right;
|
|
}
|
|
|
|
.rtl .footer-column-row .kadence-builder-area:last-child {
|
|
border-right: 1px dashed #A0AEC0;
|
|
}
|
|
|
|
.rtl .footer-column-row .kadence-builder-area:first-child {
|
|
border-right: 0;
|
|
} |