I would appreciate if someone could help me out with this issue.
]]>https://feelshop.dk/produkt/pinolino-boernemoebel-saet-ekstra-bred-3-dele-sky/
]]>please give me information where I need to edit what as I’m not 100% sure what I need to edit where.
Thank you for help.
]]>Please advise!
]]>Thanks
Kevin
]]>I wanted to only tilt the first word, “The” of a paragraph in WordPress. I don’t have all the pro versions. I used Elementor to adjust the CSS code, but it rotates the whole sentence. Does anyone know the code, so I can do this? Thank You in advance.
]]>I have also copied the custom CSS code that I have to get the form centered.
.formx .elementor-field-type-email.elementor-field-group.elementor-column.elementor-field-group-email.elementor-col-100 {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 600px !important;
width:600px !important;
}
.formx .elementor-field-type-text.elementor-field-group.elementor-column.elementor-field-group-username.elementor-col-100 {
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;
width: 600px !important;
}
.formx .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100.e-form__buttons {
display:block;
text-align: center;
}
/* Readjust the form width for smaller devices */
@media only screen and (max-width: 600px) {
.formx .elementor-widget-container {
/* Reset the width for devices under 600px */
max-width: unset !important;
width: auto !important;
}
}
]]>I am using Astra theme and as you can see in the link, on the right side the word “Categories” is too big.
Astra does have an option to customize and resize it but it simply does not work.
Can this be fixed with using CSS ?
I tried this code below but it did not work:
.Categories .widget-title {
font-size: 10px;
font-weight: 600;
}
update:
this is the correct code:
.widget-title {
font-size: 20px !important;
font-weight: 600;
}