logo position

January 2013 WordPress Theme
GK User
Mon Sep 14, 2015 9:08 am
hi
how to position login and rss. to be inline with main menu
http://prntscr.com/8fgiq7

thank's
User avatar
Fresh Boarder

GK User
Mon Sep 14, 2015 1:50 pm
Hi,

Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? I'm not able to check the issue from the screenshot.
User avatar
Moderator

GK User
Tue Sep 22, 2015 10:31 am
You have a lot of long menu items, so there's no enough space for the icons, you can decrease the padding between menu item. Please add the following custom css code:

Code: Select all
#main-menu > li > a {
   padding: 0 12px;
}
User avatar
Moderator

GK User
Tue Sep 22, 2015 1:54 pm
HI..CANT FIND CSS CODE TAB ..I HAVE checked IN THEME OPTION...BUT NOTHING

SO WHERE TO PUT THIS CODE

#main-menu > li > a {
padding: 0 12px;
}
THANKS
User avatar
Fresh Boarder

GK User
Tue Sep 22, 2015 11:39 pm
Please check this article:
https://www.gavick.com/blog/adding-cust ... ress-theme

if you are using child theme - use your child style.css file.
User avatar
Moderator

GK User
Fri Oct 02, 2015 3:49 pm
HI

I tried but i failed..
http://prntscr.com/8mx3j9

thanks
User avatar
Fresh Boarder

GK User
Fri Oct 02, 2015 9:20 pm
It's not a correct file, you can't add this code into style.css if you are not using a child theme.
Please use css/override.css file or install any custom css plugin.
User avatar
Moderator


cron