Need Support on the following items

Discussion in 'Local Business WordPress Theme' started by carljackson4321, Mar 8, 2016.

  1. carljackson4321

    carljackson4321 Member

    Joined:
    Jul 14, 2014
    Messages:
    48
    Likes Received:
    1
    #1. How do I get rid of the extra space: [​IMG]

    #2. How do I make the submenu all 1 line, rather than it breaking[​IMG]

    #3. I want to make be able to have this header text in 1 line, and smaller font than the text above it. Only "where we aren't judged for our ocd"[​IMG]

    #4. How can I make my footer like the old version. I want to get rid of the BROWN boxes, and make it black.[​IMG]
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site so that we can better assist you?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. carljackson4321

    carljackson4321 Member

    Joined:
    Jul 14, 2014
    Messages:
    48
    Likes Received:
    1
  4. priya

    priya Guest

    Hello,

    Solutions of your above requirement are given below accordingly....

    1) How do I get rid of the extra space.

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header .logo {
        margin-top: 3px;
    }
    .menu_container {
        margin-top: -53px !important;
    }
    2) How do I make the submenu all 1 line, rather than it breaking

    For this code is given below..
    Code:
    #menu .ddsmoothmenu li ul li {
        display: table-cell;
    }
    3) I want to make be able to have this header text in 1 line, and smaller font than the text above it. Only "where we aren't judged for our ocd"

    I didn't get your suggested text on your site...

    4) How can I make my footer like the old version. I want to get rid of the BROWN boxes, and make it black.


    For this, the code is as follow..
    Code:
    .footer span.widget-h4 {
        border-bottom: 1px dotted;
        background: black
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. carljackson4321

    carljackson4321 Member

    Joined:
    Jul 14, 2014
    Messages:
    48
    Likes Received:
    1
    THANKS!

    How can I turn my footer to the same color as my header? Blue..
     
  6. priya

    priya Guest

    Hello,

    For that, code is given below..
    Code:
    .footer-wrapper, .footer span.widget-h4 {
        background-color: #064a72;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page