Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #4094
    poornima.uk
    Member

    Hi Sakin,

    I am trying to change the font type to Verdana in the navigation menu . Tried to put the CSS in the #access section and does not seem to work.

    Also, how do I change the body font to Verdana?

    Thanks

    Poornima

     

    #4140
    Sakin
    Keymaster

    @poornima.uk: Always add in your Site URL please and then only I can send your the Custom CSS.

    #4196
    poornima.uk
    Member

    Hi Sakin,

    So sorry about that. The site is http://www.timewisefoundation.org.uk.

    And whilst you are there – can you please tell me how to keep a space between the two columns on the table? The cell spacing in the Properties of the table does not seem to work.

    Thanks for your help.

    Poornima

     

    #4197
    Sakin
    Keymaster

    @Poornima: Add the following css for font in menu
    #access ul li a { font-family: Verdana, Geneva, sans-serif; }

    But I don’t understand your table question. See this page for our default table. http://catchthemes.com/demo/simplecatch-pro/html-elements/

    #4198
    poornima.uk
    Member

    Thanks for the code for the font type.

    Re the table – on the home page, I have a table with two columns as you can see. One column is text and the other is images of three logos. I would like there to be a space between the two columns so that the text is not so close to the images.

    I tried giving a value to cellspacing in the table properties, but I think your code overwrites it.

    Hope it makes sense?

    #4199
    Sakin
    Keymaster

    @Poornima::You can increase the padding right:
    .entry-content td { padding-right: 5%; }

    Be careful with your padding it will damage your responsive layout. I have seen like you have added padding to #main { padding-left: 90px; }. This will create problem in small screens. If you don’t want to work your site as responsive then disable it.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Font type in Navigation menu and body’ is closed to new replies.