Tagged: enfold
-
AuthorPosts
-
March 14, 2014 at 9:47 am #237485
I was wondering if there is a way for me to easily insert a tagline in the white space next to my logo. I am using the logo centre/menu below option in Enfold.
I figured I could make it all one graphic and upload it where the logo is, which kind of worked, but it reduced it to the default 340 pixels wide, so the logo is now really small and writing difficult to read.
Is there a Quick CSS code I can insert, which will increase the size of the logo/tagline. The graphic that I created with both the logo and tagline is around 1100 pixels.
This is the website I’m talking about
http://www.artesianpools.com.au/wordpress/
Many thanks for your help.
IvanaMarch 16, 2014 at 10:02 pm #238404If I place the logo on the left hand side in the original size, is there a way for me to insert text on the right side?
Thank you
Ivana
March 17, 2014 at 8:53 am #238530Hi!
You can refer to this link: https://kriesi.at/support/topic/how-can-you-add-a-tagline-or-subheading-to-all-pages-for-the-enfold-theme/
Instead of editing header.php, find the code on includes > header-main-menu.php. Go to line 101:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);
Follow the instructions on the link.
Regards,
IsmaelMarch 17, 2014 at 10:31 am #238599Thanks Ismael. Perhaps I didn’t explain it properly. I didn’t want to include the actual tagline that is entered into WordPress.
What my client wanted was information which reads:
Quality Swimming Pools, Spas and Surrounds.
Specialising in the design and construction of concrete swimming pools anywhere in NSW
Tel: 02 9534 4736to be on the right handside of the logo.
I had created it as a graphic so the logo would be on the left handside and the text on the right side. The whole graphic was 1100 pixels wide, but when I inserted it as a logo, it resized it to be only 340 pixels.
Here is the image that I’m talking about
http://www.artesianpools.com.au/wp-content/uploads/2014/03/ArtesianLogo2.png
I really appreciate your help.
Ivana
March 18, 2014 at 7:07 pm #239546Hey!
Please go to wp-content\themes\enfold\includes folder and open helper-main-menu.php file and find
do_action('ava_main_header'); ?> <div class='container'>
and add your image right below it inside a div as following
<div class="second-logo"></div>
then add following code to Quick CSS
.second-logo { float: right; }
Best regards,
YigitMarch 20, 2014 at 1:44 am #240432Thank you for your help Yigit. I will give it a go.
-
AuthorPosts
- The topic ‘Inserting Tag Line Within Header’ is closed to new replies.