Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #342493

    I have a row of images 1/4, 1/4, 1/4, 1/4
    How can I tighten the space between them??

    #343074

    Hi KK!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust the values as needed

    #av_section_1 .av_one_fourth { margin-left: 3%; width: 22%; }
    #av_section_1 .av_one_fourth:first-child { margin-left: 3%; }

    Cheers!
    Yigit

    #343156

    Thanks!!!!

    I have yet another issue…..
    I made the main navigation bar solid (I looked up the CSS!)
    but I need to put a thinner pink bar on top of it.
    see this:

    http://img42.com/rT2F6

    • This reply was modified 9 years, 5 months ago by kbarranco.
    #343159

    Hey!

    Can you post the link to your website please?

    Cheers!
    Yigit

    #343199
    This reply has been marked as private.
    #343205

    Hi!

    Please add following code to Quick CSS

    #header_main > .container { margin: 0 0 10px 0; border-bottom: 3px solid pink; width: 100%!important; }

    Best regards,
    Yigit

    #343242

    HOLY COW- you are amazing.
    should I replace “solid pink” with the hex color?

    #343246

    how can I make this brown bar more narrow. I am using this CSS to make the brown bar that goes under the pink bar.

    /* NAVIGATION SOLID Bar Color */
    #header_main_alternate {
    background-color: #764930;
    }
    .av-main-nav > li > a { border: none !important;
    }

    #343433

    Hey!

    Seems like you have already figured it out? :)

    Best regards,
    Yigit

    #343477

    I was to decrease the height and am not sure what to adjust for that.

    #343582

    Hey!

    Please add following code to Quick CSS

    .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
    height: 25px;
    line-height: 25px;
    }
    .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
    height: 25px;
    }

    Regards,
    Yigit

    #343804

    This is not making the brown bar more narrow. I tried adjusting the numbers.
    Also, I lose the menu when the page adjusts for mobile.

    • This reply was modified 9 years, 5 months ago by kbarranco.
    #344323

    Still looking for a slightly thinner brown line and
    the MENU disappears for mobile devices.

    #345257

    Hey!

    Try adding this to your custom CSS,

    .html_header_top.html_bottom_nav_header .main_menu > div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child { height: 25px !important; }
    .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a { height: 25px !important; line-height: 25px !important; }
    
    @media only screen and (max-width: 767px) {#advanced_menu_toggle, #advanced_menu_hide { display: block !important; background-color: pink !important; }}

    You will need to play around with the 767 value on the last line until it displays when your regular menu disappears. You have a lot of custom CSS going on which is interfering with the menu but adding those lines should fix it.

    Cheers!
    Elliott

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.