rditty
Forum Replies Created
-
I purchased Awada premium. So because I am using a child theme so do I just have to rename the child theme folder from “awada child” to “awada premium child”?
Forum: Themes and Templates
In reply to: [Awada] How to align the primary menu items to the right?Thank you. That worked!
Forum: Themes and Templates
In reply to: [Awada] Header menu formatting issue on Safari iOS.Hello,
I apologize, there was a miscommunication with some one who I am working with. It looks fine for us too now.
Thanks
Forum: Themes and Templates
In reply to: [Awada] How to align the primary menu items to the right?I looked in header.php for that code but mine seems to be different:
<div id="navbar-collapse-1" class="navbar-collapse collapse navbar-<?php echo is_rtl() ? 'right' :'left'; if ($awada_theme_options['logo_layout']=='right'){ echo 'style="float:right;"'; } ?>">
Is this the code section you are referring to? Or am I missing it?
Forum: Themes and Templates
In reply to: [Awada] Remove Topbar completelyI actually figured it out myself by putting the following code in the custom css:
#sitetopbar{display: none;}
Forum: Themes and Templates
In reply to: [Awada] How to change the font for one of the service icons?Hi,
After looking for solutions online, I discovered this may be a much more involved process than I was expecting. The only easy solution I found was to use FortAwesome, which allows you to add custom icons to FontAwesome.
Anyway, I found an icon that will work for me in FontAwesome’s library and will use that instead.
Unless there is a simple CSS solution that I’m unaware of, I will probably just mark this as ‘resolved’.
Thanks.
Forum: Themes and Templates
In reply to: [Awada] How to center an image only on mobile.It worked. Thanks again!
Forum: Themes and Templates
In reply to: [Awada] Image stretch issue with the sliderHi,
They seem to be fine for me too as well now. Maybe I was mistaken before.
Thanks.
Thanks so much! It all worked great.