topmenu pattern and padding

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Apr 20, 2013 2:01 am
Reply with quote
Report this post
Hi,
The "Top Menu" module is in the topmenu position of News template.
How can I remove the pattern behind the text (this is not in the module class suffix)?
Plus, how can I make the left padding of the entire module to be 0px (the left border of the template)?
Thanks!
User avatar
Senior Boarder

GK User
Sat Apr 20, 2013 10:18 am
Reply with quote
Report this post
Hi, no problem.

HOW TO REMOVE BG FROM TOP MENU
Code: Select all
#gkTopMenu {background:none;}


NO LEFT PADDING
Code: Select all
#gkContentTop {padding-left:0; }


CSS CODE INSERT HERE
User avatar
Platinum Boarder

GK User
Sat Apr 20, 2013 11:10 am
Reply with quote
Report this post
I placed the codes in my override.css and it worked but i still see about 10px of empty space at the bottom. How can I remove this?
User avatar
Senior Boarder

GK User
Sun Apr 21, 2013 7:55 am
Reply with quote
Report this post
hmm, but did not mention that you want to remove the bottom padding.

Code: Select all
#gkContentTop {padding-left:0; padding-bottom:0; }
User avatar
Platinum Boarder


cron