Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #930513

    Cant seem to work this out but..

    On this website i have created – http://www.justflowershaltwhistle.org.uk/

    On a desktop PC the layerslider whitespace under the main menu, and the whitespace below the layerslider appears to be fine, however when viewing this on an iPad for example i need to increase the whitespace from the main menu to the top of the layerslider?

    Can someone please help?

    Also..
    If you look at the below the flowers for all occassions, wedding flowers & sympathy flowers, there is a black border, and same bottom border is black on the google maps on the hompage – how can i get rid of the border? Or change it to white?

    Thank you!

    #930581

    Hey Gavin,
    To remove the border, please try this code in the General Styling > Quick CSS field:

    #top #wrap_all .main_color.av_default_container_wrap.container_wrap.fullsize {
        border-color: transparent!important; 
    }

    To add padding to the top of the layerslider, please try:

    @media only screen and (min-width: 767px) and (max-width: 988px) { 
    .responsive.html_mobile_menu_tablet.html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 140px!important; 
    }
    }

    Best regards,
    Mike

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