Featured news - categories in one row

February 2013 WordPress Theme
GK User
Wed May 01, 2013 12:45 pm
I have one request. How to change the featured news to achieve categories in one row?

Now I see:
before.png


I would like to see:
after.png


Is it possible to implement this modification?
User avatar
Senior Boarder

GK User
Wed May 01, 2013 4:44 pm
Hi,

Open Magazine/css/extensions.css file, find .nsphover .gk-nsp-art .gk-nsp-category selector (around line 534) and add property:
Code: Select all
clear: none!important;
, then modify margin property to
Code: Select all
margin: 0 5px 20px 0;
. It should help..
User avatar
Moderator

GK User
Wed May 01, 2013 7:57 pm
Piotr, thank you. Your solution is working good!
User avatar
Senior Boarder

GK User
Tue May 14, 2013 5:32 pm
hello
that to me looks different
User avatar
Senior Boarder

GK User
Tue May 14, 2013 7:11 pm
Hi @selector,
Please give me an URL to your website (here or send me a PM).
User avatar
Moderator

GK User
Wed May 15, 2013 2:12 am
Piotr Kunicki wrote:Hi @selector,
Please give me an URL to your website (here or send me a PM).


saludos

www.reggaemexicano.com
User avatar
Senior Boarder

GK User
Wed May 15, 2013 7:10 am
Ok, In this case open Magazine/css/extensions.css file, find this selector
Code: Select all
.nsphover .gk-nsp-hover-overlay .gk-nsp-header, .nsphover .gk-nsp-hover-overlay .gk-nsp-header a
(around line 611) and add these properties:
Code: Select all
clear: both;
display: block;
User avatar
Moderator

GK User
Wed May 15, 2013 8:15 am
todo ok,
tnks
User avatar
Senior Boarder


cron