New Landing How can we help? Cardinal Change row space in tables and 2 other questions

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #286428
    lgblom
    Member
    Post count: 219

    Hi,
    i have some questions…hope it´s ok?

    On this page:
    http://artistgruppen.se/new_website/evin-ahmad/

    I found here on forum how to remove lines in tables, but how can i change
    space between rows?

    And how to lock left margin?
    I have three tables and left margin is not the same in all tables

    And on submenu how can i change font size to same as main menu?
    Now sub menu is larger.

    Can i also remove decoration in sub menu?

    On this page:
    http://artistgruppen.se/new_website/clients-a-f/

    How can i center text on hover and change black overlay to black 10%

    Yes…i know it´s many questions but i hope its ok?

    Best regards
    L G

    #286680
    David Martin – Support
    Moderator
    Post count: 20834

    Hopefully these help!

    1) You can adjust the padding:

    table.standard_minimal td {
        padding: 20px 30px 20px 0;
    }

    2) Can you screenshot what you refer to?

    3) You sub menu font looks the same now. But this would do it.

    nav.std-menu ul.sub-menu > li > a {
    	font-size: 16px;
    }

    4) As in the underline on hover?

    nav.std-menu ul.sub-menu > li > a:hover {
        text-decoration: none;
    }

    5) Adjust the opacity: Theme Options => General Options => Thumbnail Options

    Center the text using this:

    .bold-design figcaption .thumb-info {
        width: 100%;
        padding: 0;
    }
    .bold-design figcaption .thumb-info h4 {
        text-align: center; 
    }
    #286867
    lgblom
    Member
    Post count: 219

    Hi David.
    Now it works fine for me and i am sorry for all my questions.

    Thanks for helping me.

    Best
    L G

    #286869
    David Martin – Support
    Moderator
    Post count: 20834

    Happy to help.

    – David.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register