Logo display like the Events theme

Multipurpose WordPress Theme Forum Support
GK User
Wed Jul 01, 2015 4:01 pm
Hi,

Is there some easy way to import the style that has been used to show logo's in the Events theme into the Quark theme?
https://demo.gavick.com/wordpress/events/ Around the bottom. Should be a matter of copy and pasting some css I think? But I need to be sure I can find everything so the responsiveness stays!

Thanks in advance.
User avatar
Junior Boarder

GK User
Wed Jul 01, 2015 9:41 pm
Hi,

In the Quark theme you can also display logos,please check this page:
https://demo.gavick.com/wordpress/quark/our-team/

If you still want the Events style, please copy the html structure and this css:
Code: Select all
/* Sponsors */
.gk-sponsors { text-align: center; }
.gk-sponsors p {
   color: #000;
   font-size: 20px;
   margin: 0 0 100px 0;
}
.gk-sponsors small {
   color: #000;
   display: block;
   font-size: 16px;
   margin: 120px 0 0 0;
}
.gk-sponsors small + small { margin-top: 0; }
.gk-sponsors small a { text-decoration: underline; }
User avatar
Moderator


cron