Logo over Home Buttom

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Jan 28, 2016 7:40 am
Hi there,

I made a page with the Music state template, everything is working fine. I am using a text in the logo poisition. In some cases tablett or a notebook with a 13," display this text is over the home buttom. How can I fix it.

www.pur-coverband.de
User avatar
Fresh Boarder

teitbite
Mon Feb 01, 2016 10:08 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
@media only screen and (max-width:1449px) {
.gkMenu > ul > li > a {
    padding: 0 15px;
}

#gkMainMenu .gkMenu {
    text-align: right;
}
}
User avatar
Moderator


cron