Spacing issue between menu and slider

Support Forums for LiveMesh Themes & Plugins Forums Squash Theme Support Spacing issue between menu and slider

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #26408
    sphereteam
    Participant

    hi, can you tell me how I can remove space between menu and slider? Please go to http://www.sphereco.co/spheredev/ and you will see what I mean. Also I have attached an image, I need to remove spacing which is marked in yellow.

    thanks.

    #26409
    sphereteam
    Participant

    [attachment file=”issue.PNG”]
    hi, can you tell me how I can remove space between menu and slider? Please go to http://www.sphereco.co/spheredev/ and you will see what I mean. Also I have attached an image, I need to remove spacing which is marked in yellow.
    I am not able to upload the image to your server.

    #26411
    Veena
    Moderator

    Can you share a temp login(with admin rights) to your site as a private reply?

    #26416
    sphereteam
    Participant
    This reply has been marked as private.
    #26423
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    div#rev_slider_2_1 {
        margin-top: -20px;
    }
    
    #26441
    sphereteam
    Participant

    thank you for the quick response. I am currently using mega menu plugin, and I need to disable mobile menu on your theme, since I have 2 mobile menus displaying now in mobile view. Can you tell me how I can do that?

    #26448
    sphereteam
    Participant

    hi, please see attached image. Can you tell me how i can remove space in beetween the blocks?
    thank you so much in advance.

    #26453
    Veena
    Moderator

    Pls use the following custom CSS in themeoptions –

    @media only screen and (max-width: 767px){
    #mobile-menu-toggle {
        display: none !important;
    }}
    

    Pls provide an id for each segment and then you can easily adjust the spacing between segments using custom CSS.

    #26464
    sphereteam
    Participant

    hi, thanks for the quick post, please tell me how to adjust spacing issue on segments.

    Here is what I have:
    1st segment
    [segment id=”wearesphere” class=”” style=”” background_image=”http://www.sphereco.co/spheredev2/wp-content/uploads/2017/04/we-are-sphere.png” background_color=””#ECEEF1″” fixed_background=”true”]

    2nd segment
    [segment style=”padding:10px 0″ background_image=”http://www.sphereco.co/spheredev2/wp-content/uploads/2017/04/security-background.png”%5D

    3rd segment:
    [segment background_color=”#ECEEF1″ style=”padding:30px 0″]

    #26475
    Veena
    Moderator

    Like first segment (id=”wearesphere” )you pls add id’s for the remaining segments.

    
    [segment id="wearesphere" class="" style=”” background_image=”http://www.sphereco.co/spheredev2/wp-content/uploads/2017/04/we-are-sphere.png” background_color=””#ECEEF1″” fixed_background=”true”]
    
Viewing 10 posts - 1 through 10 (of 10 total)
  • The forum ‘Squash Theme Support’ is closed to new topics and replies.