Padding and logo

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Tue Jun 10, 2014 11:42 pm
Hi,

Can't get the logo and register button to align when responsive/mobile.

how do i adjust the padding between the black and white to tigthen it up?

how do i change background color/image?


www.smartconcentrates.com/cannacon

thanks!
User avatar
Fresh Boarder

GK User
Wed Jun 11, 2014 7:23 am
Hi,

Add this code into css/mobile.css file:

Code: Select all
a.imageLogo, a.imageLogo img {
   float: none;
   margin: 0 auto;
}


In your top2 text widget you have some <br /> tags, remove them to decrease space betweend black and white blocks, you can also change this code to adjust header paddings:

Code: Select all
#gk-header-top {
margin: 58px 0 60px;
}


Bakcground color and image, you can change by this code:

Code: Select all
body {
background: #000 url('../images/bg.jpg') no-repeat center top;

or you can just replace bg.jpg image.

If you want to change also the map (background of the header), use this code:

Code: Select all
.gk-animation .gka-bg {
background: transparent url('../images/map.png') no-repeat center center;
}

or replace map.png image from Fest/images directory.
User avatar
Moderator

GK User
Thu Jun 12, 2014 10:01 pm
THANK YOU!!!!! :)
User avatar
Fresh Boarder

GK User
Tue Jul 29, 2014 3:15 am
How do i remove the orange bottom from the homepage? http://cannacon.org

thank you!
User avatar
Fresh Boarder

GK User
Tue Jul 29, 2014 9:24 pm
Hi,

Use this code:

Code: Select all
#gk-sponsors {
   background: #000;
}


use background color or image.
User avatar
Moderator

GK User
Wed Jul 30, 2014 1:13 am
Im sorry, do I add this to the main body widget?

How do I add sidebar/widgets to the interior pages?
User avatar
Fresh Boarder

GK User
Wed Jul 30, 2014 9:29 pm
Add this code into css/override.css file (first enable this override option from template options -> advanced tab. Regarding sidebar widgets - you have to use widget rules:
http://www.gavick.com/documentation/wor ... get-rules/
on which pages exactly you want to show sidebar widgets?
User avatar
Moderator


cron