Aki Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Opus Blog] Changin space between main menu and contentHello,
We believe that we already addressed your query in Facebook chat. So, if you still have the questions, please let us know.Thank you
Forum: Themes and Templates
In reply to: [Opus Blog] Center Align Menu (Vertically)Forum: Themes and Templates
In reply to: [Opus Blog] padding on mobileHello @yyande,
Thank you for the question.
Actually, we checked the page on the mobile phone and it looks perfect for both the text and the email (text <br> [email protected] ). Is that possible if you share the screenshot? We will check and provide you the solution.Thank you
- This reply was modified 4 years, 10 months ago by Aki Themes.
Forum: Themes and Templates
In reply to: [Opus Blog] Child ThemeHi @maggiemarx,
Thank you so much for using our theme.
For the translation of the string, you don’t need child theme. You can easily translate the string from here. https://translate.www.ads-software.com/projects/wp-themes/opus-blog/
Select your language and start the translation. Your site text will automatically translated to this text. Let us know after you made the translaton, we will request for the approval of translation after checking it.We will make a child theme and provide you the download link soon.
Thank you
Forum: Themes and Templates
In reply to: [Opus Blog] advanced headingHello
Please add the below CSS codes on Appearance > Customize > Additional CSS. Hope this will fix the issues..post-excerpt .wp-block-cover h2 {
color: #000!important;
}Forum: Themes and Templates
In reply to: [Opus Blog] Move Primary Menu Location on Mobile ViewHello
Please add the below CSS codes on Appearance > Customize > Additional CSS. Hope this will fix the issues.@media only screen and (max-width: 991px) {
.menu-area {
padding: 50px 0 0 0;
position: relative;
display: inline-block;
width: 100%;
}
.bar-menu {
left:5px ;
top:10px
}.search-wrapper i {
padding: 10px 0;
line-height:0;
right:0;
left:auto;
}.search-wrapper {
position:absolute;
right:0;
top:10px;
}
}Forum: Themes and Templates
In reply to: [Opus Blog] title padding on mobileHello
Please add the below CSS codes on Appearance > Customize > Additional CSS. Hope this will fix the issues.h1, h2, h3, h4, h5, h6 {
word-break: normal!important;
}Forum: Themes and Templates
In reply to: [Opus Blog] title padding on mobileHello
Please add the below CSS codes on Appearance > Customize > Additional CSS. Hope this will fix the issues.h3.gutentor-single-item-title {
margin-bottom: 20px;
}
@media (max-width: 480px) {
.related-posts .show-2-related-posts {
float: left;
width: 100%;
padding: 0 15px;
}
}