Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #281297

    01. I had to add this code to header to get some space between the slider area and the header :
    #header_main {border-top-style: solid; margin-bottom: 10px;}
    It does looks very good till you scroll down, as you can see the gap doesn`t look that nice while scrolling. There is another way to get some space between the header and the slider area?

    02. Down on the page right under the title “NO OTHER RESORT………” youll notice 3 images. In dreamwaver they align perfect, as you can see the text is out of boundaries and the hole div is floating left. I notice in firebug if Ill deselect the :

    * {
    box-sizing: border-box;
    }

    from (css line 41), everything aligns like it should (minus the left floating). Any thoughts ?

    Thank you.

    #281304

    Hi koanga!

    Can you post the password as well? :)

    Regards,
    Yigit

    #281313
    This reply has been marked as private.
    #281321

    Hey!

    1- Please remove your custom CSS code with following one

    div#main {
    margin-top: 30px;
    }
    .html_stretched #wrap_all {
    background-color: #f2f2f2;
    }

    2- Add following code to Quick CSS

    ul#featActivities li a { height: 75px; }

    Regards,
    Yigit

    #281344

    Im getting 30px margin between the header and the slider, but its white.

    Thank you,

    #281387

    Hi!

    Please add following code to Quick CSS as well

    #main, .html_stretched #wrap_all {
    background-color: #F0F0F0 !important;
    }

    Cheers!
    Yigit

    #281389

    Hey!

    Try adding this code to the Quick CSS:

    .html_header_top.html_header_sticky #main {
        padding-top: 88px !important;
    }

    Cheers! 
    Josue

    #281413

    none of those codes works.

    I`m getting the same result (desire padding but white space). I guess I have to stick with this code :

    #header_main {border-top-style: solid; margin-bottom: 10px;}

    is working fine, minus the margin when I`m scrolling down.

    any other thoughts ?

    thank you.

    #281418

    Hi!

    Please add following code to Quick CSS as well

    .header-scrolled #header_main {border-top-style: none; margin-bottom: 0;}

    Cheers!
    Yigit

    #281431

    you`re the man. works flawlessly.

    thank you.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Customization code doesn`t align’ is closed to new replies.