Image borders top space in Inuit Types
-
Hi All,
I want to adjust two minor things in Inuit Types:
(1) delete the borders around the images in my posts … I’ve tried a few code additions, though still keep missing it
(2) the page names that appear at the top (eg, About me, Contact) appear quite low on the page. I would like to move them up between the two lines that run along the top, and bold them.Blog is here: http://solidgoldcreativity.com
Thank you in advance.
SGThe blog I need help with is: (visible only to logged in users)
-
To remove the image borders in your posts use:
.entry img {border-style:none;}To shift the top links up the page and make them bold use the code below. If it doesn’t line up quite right you might want to try changing the negative margin-top value. This won’t scale well if the page text size is increased because the lines are a background image.
html body, .top_menu {padding:0!important;}
.top_menu {margin-top:-3px!important;}
.top_menu .fl a {font-weight:bold;}lh
- The topic ‘Image borders top space in Inuit Types’ is closed to new replies.