- This topic has 8 replies, 4 voices, and was last updated 9 years, 4 months ago by Sakin.
-
AuthorPosts
-
May 2, 2015 at 10:56 pm #57017AdrianaMember
Hi, I’ve been researching how to center the logo on my catchresponsive theme on multiple sites. I can’t seem to find a solution. The site is called http://www.krolodesign.com. Can you please help me? đ
May 2, 2015 at 11:25 pm #57021AdrianaMemberim also having trouble changing the copyright in the bottom
May 3, 2015 at 11:47 am #57050SakinKeymaster@Adriana:
1. To center the logo you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#site-branding {
width: 100%;
text-align: Center;
}2. The footer editor options is there only in Pro version. Where you can edit copyright information and all from “Appearance => Customize => Theme Options => Footer Editor Options”. For more about additional features in Pro version, you can check out theme instructions of Catch Responsive Pro at http://catchthemes.com/theme-instructions/catch-responsive-pro/
May 11, 2015 at 4:25 am #57502AdrianaMemberI tried what you gave me to center the logo and it still doesn’t work. Do I have to wait a day or so for it to take affect?
May 11, 2015 at 4:37 am #57503AdrianaMemberthank youuuu! it worked!
May 22, 2015 at 11:56 am #58137mosignMemberstill does not work for me, cant figure out why, would like to center the menu also, any tips please? my site is not yet online, sorry!
May 24, 2015 at 8:53 am #58226SakinKeymaster@mosign: It depends on your site URL and Theme used. So, I need your site URL or at least your settings and theme used. Best will be to buzz me back when your site is online.
June 30, 2015 at 8:30 pm #60323Maverick87ShakaMemberHi to all, I’ll find the way to center the log adding another string to the previous one. The problem for me to get also this other code in my site, is that the navigation bar move too down from the logo, and leaving to much space for header and less for the rest of the site. BTW, if some one is still looking for this try to add in âAppearance => Customize => Theme Options => Custom CSS Optionsâ box:
#site-branding {
width: 100%;
text-align: Center;
}
#site-logo {
width: 100%;
text-align: Center;
}July 2, 2015 at 9:55 am #60430SakinKeymaster@Maverick87Shaka: Please post in your site URL so that I can check in the spaces you get and will send you css to reduce it.
-
AuthorPosts
- The topic ‘center logo’ is closed to new replies.