Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #309085

    Christopher
    Moderator

    Hi there,

    #1 I just tried the code and it worked perfectly, please check :

    Houston commercial photography

    #2 Do you wish to change default sidebar in Icon? If so it could be possible with custom development which is outside the scope of our support.
    You can try other stacks which display sidebar differently from what you have in Icon stack.

    Thanks.

    #763795

    Andcom
    Participant

    Hi back to the original question, can you please help me with getting the 2 app store links in line side by side at the optimum width of the widget column.

    http://www.anwweb.com

    TIA

    #764283

    Paul R
    Moderator

    Hi,

    Please replace your code in your text widget with this.

    
    <img src="http://anwweb.com/wp-content/uploads/google.png" style="width: 50%;float: left;">
    <img src="http://anwweb.com/wp-content/uploads/apple-2.png" ;="" style="width: 50%;float: right;">
    

    Hope that helps.

    #764704

    Andcom
    Participant

    Excellent almost perfect.

    Can you just advise how I can leave a small gap in the middle and at the sides. literally just 2px / 3px either side and the middle.

    Thanks again 🙂

    #764800

    Christopher
    Moderator

    Hi there,

    Seems like you’ve already achieved it, would you confirm it?

    Thanks.

    #765903

    Andcom
    Participant

    I have with the middle, but not on the outsides.

    #766357

    Christopher
    Moderator

    Hi there,

    Please update your code to :

    <img src="http://anwweb.com/wp-content/uploads/google.png" style="width: 44%;float: left;margin-left: 15px;">
    <img src="http://anwweb.com/wp-content/uploads/apple-2.png" ;="" style="width: 44%;float: right;margin-right: 15px;">

    Hope it helps.

    #769134

    Andcom
    Participant

    Thanks as always.

    Can I trouble you for one last thing.

    I had it worked out before but have some messed it up.

    I need the social media and icon / contact details to be centered.

    Header text on left, about a 5px gap between the header / line / widget content.

    I just can’t get this middle widget to play fair.

    TIA

    #769794

    Friech
    Moderator

    Hi There,

    You can add this under Custom > CSS in the Customizer.

    .sfsi_wDiv {
    	margin: 0 auto;
    	position: initial !important;
    	float: none !important;
    }
    
    #sfsi_holder {
    	height: 5px !important;
    }
    
    .widget h4.h-widget {
        padding-bottom: 10px;
    }
    
    #text-17 .textwidget {
        text-align: center;
    }

    Hope it helps, Cheers!

    #772314

    Andcom
    Participant

    Yes that does, but I am still having trouble with the big space between the app logo’s and sign up letter box.

    The attached is what I need.

    The gaps to be smaller and everything inline with the bottom of the slider.

    Thank you again so much for all your support.

    #772781

    Christopher
    Moderator

    Hi there,

    Please add this as well :

    #text-5 .textwidget .x-section {
        padding: 0;
        margin: 0;
    }

    Hope it helps.