-
AuthorPosts
-
June 22, 2015 at 2:54 am #309085
Hi there,
#1 I just tried the code and it worked perfectly, please check :
#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.
January 25, 2016 at 4:15 pm #763795Hi 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.
TIA
January 25, 2016 at 11:00 pm #764283Hi,
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.
January 26, 2016 at 5:15 am #764704Excellent 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 🙂
January 26, 2016 at 6:53 am #764800Hi there,
Seems like you’ve already achieved it, would you confirm it?
Thanks.
January 26, 2016 at 6:40 pm #765903I have with the middle, but not on the outsides.
January 27, 2016 at 2:12 am #766357Hi 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.
January 28, 2016 at 11:48 am #769134Thanks 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
January 28, 2016 at 8:47 pm #769794Hi 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!
January 30, 2016 at 3:30 pm #772314Yes 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.
January 31, 2016 at 3:57 am #772781Hi there,
Please add this as well :
#text-5 .textwidget .x-section { padding: 0; margin: 0; }
Hope it helps.
-
AuthorPosts