daddyjam
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fruitful] Child ThemeAlso, dont know why but having issues with custom css,
#colophon .site-info { width:520px; }
Not registering, with or without !important.
Forum: Themes and Templates
In reply to: [Fruitful] get rid of space between menu and bodyJust sent you an email mate, to do the 3 sections just use –
[fruitful_ibox_row]
[fruitful_ibox column=”ffs-three-one” title=”Title 1″]Lorem ipsum dolor sit amet.[/fruitful_ibox]
[fruitful_ibox column=”ffs-three-one” title=”Title 2″]Lorem ipsum dolor sit amet.[/fruitful_ibox]
[fruitful_ibox column=”ffs-three-one” title=”Title 3″ last=”true”]Lorem ipsum dolor sit amet.[/fruitful_ibox]
[/fruitful_ibox_row]Switch over to the html/text editor and just insert the html code to the app/widget you’d like and all should work mate.
Forum: Themes and Templates
In reply to: [Fruitful] get rid of space between menu and bodyNo worries, Happy to help.
Sounds great might take you on that one day for my misses lol.Forum: Themes and Templates
In reply to: [Fruitful] get rid of space between menu and bodyAhhh, Its been driving me crazy lol,
And yes it is possible, use…
.head-container { background-color: transparent; }
.container { background: #fff; }Should work fine.
Forum: Themes and Templates
In reply to: [Fruitful] get rid of space between menu and bodyHow did you get your slider working may I ask?
Forum: Themes and Templates
In reply to: [Fruitful] get rid of space between menu and bodyFound it, My bad. Try this and all should be fine
.container.page-container {
margin-top: 0px;
}Forum: Themes and Templates
In reply to: [Fruitful] get rid of space between menu and bodywhats your url and ill have a look
Forum: Themes and Templates
In reply to: [Fruitful] get rid of space between menu and bodyHello, Go to theme options and in custom css use
.page-container { padding-top: 0 }
That should be what your looking for.