Forum Replies Created
-
AuthorPosts
-
Charles
ParticipantThis content is restricted to Organic Themes members with an active subscription. Login here.
Charles
ParticipantThis content is restricted to Organic Themes members with an active subscription. Login here.
Charles
ParticipantThis content is restricted to Organic Themes members with an active subscription. Login here.
Charles
ParticipantHi Alexis, disregard that message we got your website 🙂
Charles
ParticipantHi Alexis, can you please send the link to your website? Thank you
Charles
ParticipantNo worries!
Charles
ParticipantThis content is restricted to Organic Themes members with an active subscription. Login here.
Charles
ParticipantHi Alexis, the logo typically has a set size within the block options. Generally, you just want to set a logo width that works well in both mobile and desktop.
However, if you wants separate sizes, this will require a little more CSS:
@media screen and (max-width: 768px) {
.site-logo-wrapper {
max-width: 120px;
}
}You’ll need to adjust the width value as needed.
Charles
ParticipantThis content is restricted to Organic Themes members with an active subscription. Login here.
Charles
ParticipantThis content is restricted to Organic Themes members with an active subscription. Login here.
Charles
ParticipantThis content is restricted to Organic Themes members with an active subscription. Login here.
Charles
ParticipantHi again, I’ve seen both websites. Can you please tell me the specific issues you’re having with the install? Thank you!
Charles
ParticipantHi there, thanks for reaching out. Can you please give us the URL of your site so we can take a look? Also, are you getting any kind of error message?
Thank you.
Charles
ParticipantHi Alexis, yes you are correct. You should place WordPress translation files (created with Poedit) in the
wp-content/languages/themes
directory. This location is recommended to ensure that your translations remain intact during theme updates. If thelanguages
andthemes
folders do not exist, you can create them.Best wishes!
-
AuthorPosts