Forum Replies Created
list of topics you have created till now.
-
-
WooHoo! I just rated it using that link!
“What a fabulous theme. I’ve been eyeing it for years waiting for just the right moment/right project and it finally happened. It’s been an absolute pleasure to work with and Serkan from support (I assume the creator) was so helpful at the sending me the correct CSS for the few tweaks I needed to make. Simple, beautiful, FAST, all I needed for the project.”
Thank you for all your hard/amazing work and helping with the CSS adjustments!
You Rock Serkan!
Thank you so much – really great theme!
Serkan! So sorry, my server went down for a bit. It’s back up!
You rock! Thank you so much!
Last question! What’s the CSS to reduce this gap: https://cdn.pe/last_gap.png
Thanks again for the great theme! I love the simplicity! :D
Awesome! That got rid of the line that was there. Thank you
All That’s left is the large gap seen here: https://cdn.pe/gap.png
Is there CSS that will remove that so that the image logo rests 5px above the top navigation line?Thanks again Serkan!
Nevermind! Found “Disable Contact Form” in the theme settings and removed my custom CSS and all is working great! Will leave this thread here in case anyone else has this issue! :D
Currently using this CSS to get rid of it, but there must be a cleaner way.
—————
/* Contact form */
#contact-form{
display:none;
}/* Contact form */
#content .page .contact-form{
display:none;
}/* Paragraph */
#content .page p{
display:none;}
—————