Centering buttons and titles

GK User
Tue Feb 09, 2016 12:49 pm
Hello. I need advice. On the http://www.farmapolna.cz/ubytovani are two buttons at "REZERVOVAT POBYT " and "PODÍVAT SE DO FOTOGALERIE". These buttons are not centered. The titles of "VYBAVENÍ PENZIONU" and "STRAVOVÁNÍ" are also not centered. http://www.farmapolna.cz/images/2016-02-09_1246.png Thanks for advice.
User avatar
Fresh Boarder

teitbite
Sun Feb 14, 2016 1:25 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.gk-menu-button a.button {
float: none;
margin: 0 auto;
width: 315px;
}
User avatar
Moderator


cron