Best Premium and Free WordPress Themes › Forums › AcmeBlogPro › Language selection on header
- This topic has 8 replies, 2 voices, and was last updated 7 years ago by
acmesupports.
-
AuthorPosts
-
May 5, 2016 at 7:37 am #5751
Bernardo
MemberHello, I am using the pro version o your wonderful theme, and I have one question.
I am using the plugin qtranslatex for language support, but I would like to have the language selection (the flags) on the header, near the social links. How can I do this?Thank you
May 5, 2016 at 11:39 am #5758acmesupports
ModeratorHello Bernardo,
Thank you so much for using our theme AcmeBlogPro. Based on your question, that plugin didn’t help to add language switcher flag near the social links. To add language switcher near the social links, you have to customize the theme. If you are familiar with WordPress codes, you can do it yourself or we recommend you to hire a customizer for it also.
If you need any help, post your query here.Best Regards,
Acme SupportsMay 5, 2016 at 2:25 pm #5757Bernardo
MemberI have another question that I have not found on the documentation.
I would like to insert a logo in the header, but if I load my image I see the image really small. The image is 650×150. How can I do?Thank you
May 5, 2016 at 4:55 pm #5756acmesupports
ModeratorHello Bernardo,
Thank you so much for your question. There is no options to make the image size bigger than the current size. In this case, you have to write some custom CSS for it. We developed the theme logo which is suitable in the theme, but if you need to add bigger logo, please do it with CSS code. If you are not able to do it, please post your URL here, we will provide you the CSS code.Best Regards,
Acme SupportsMay 5, 2016 at 8:15 pm #5755Bernardo
MemberCan you point me what class I have to change in the css? The url is wwww.peaceagency.org.
Thank youMay 6, 2016 at 1:34 am #5754acmesupports
ModeratorHello Bernardo,
You have to change the width of class.site-logo
. So, try adding the width on this class and put inside the Custom CSS field at customize.Regards,
Acme SupportsMay 6, 2016 at 8:11 pm #5753Bernardo
MemberTried, but no luck. I loaded a 650×170 image and put this on my custom css
.site-logo img {width: 650px; height: 170px;} .site-logo {width: 650px; height: 170px;;}
but I see the logo blurred as it was very low resolution.
May 7, 2016 at 1:40 am #5752acmesupports
ModeratorHello Benardo,
Instead of the above code you added, please add the below code, But the flag and social links will go down. So, if you want to pull them above, try by reducing the width..site-logo { width: 100%; height: auto; }
There is lots of blank space available around on the logo, may be that will causing the blur. Please make the logo exact width, to make it clear.
Regards,
Acme Supports -
AuthorPosts
- The topic ‘Language selection on header’ is closed to new replies.