Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #754689

    The stacking is not working in my footer. I set it up for the top widget to overlap the bottom, but it’s not working. How can I fix this?

    #754701

    Hey mikkijack,

    I am not understanding the issue. It looks like the instagram footer shows twice? Is this correct?

    Best regards,
    Jordan Shannon

    #754709

    No. Sorry about that. The heading word “Instagram” is supposed to be stacked in front of the instagram feed. But, it’s not. The instagram feed is stacked on top of the heading.

    #754712

    This is the CSS I have set for it…. text-5 is supposed to be in front of text-4.

    #footer #text-4 .textwidget {
    z-index: -1 !important;
    position: relative !important;
    }

    #footer #text-5 .textwidget {
    z-index: 999 !important;
    position: relative !important;
    padding: 20px !important;
    background-color: transparent !important;
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
    transform: rotate(-2deg);

    #754736

    Hi,

    If youy mean on the home page, I believe I have fixed the issue. I am seeing the Instagram header , with the images under it.

    Best regards,
    Jordan Shannon

    #754786

    Hi again….

    Maybe this will help. This is what I mean. I can’t see the bottom of the word Instagram. I’ve used the z-index and it’s supposed to be in front of the instagram feed. I’m supposed to see the whole word “Instagram”.

    • This reply was modified 7 years, 8 months ago by mikkijack.
    #754947

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    		#text-5 {			
    			position:absolute;
    			top:-50px			
    		}
    

    Please feel free to adjust the top value to suit your design.

    Best regards,
    Vinay

    #754957

    Hi,

    I added this to quick css:

    #text-5.widget.clearfix.widget_text{
    z-index: 9999999999999999999 !important;
    position: absolute !important;
    padding: 20px !important;
    }

    #text-4.widget.clearfix.widget_text{
    margin-top:20px !important;
    }

    let me know if I have gotten it right.

    Best regards,
    Jordan Shannon

    #755205

    Yes!!!!! Thank you so much Jordan!! That worked!! You are great!!

    #755320

    Hi,

    No problem. Let us know if you need any additional help.

    Best regards,
    Jordan Shannon

    #771516

    I sure will. Thanks again. You can close this now please. :)

    #771522

    Hey!

    Happy we can help.
    Please remember to take a moment to rate our theme at Envato.

    We would really appreciate it.
    Thank you very much

    Cheers!
    Basilis

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Stacking not working’ is closed to new replies.