-
AuthorPosts
-
October 16, 2016 at 10:00 am #699493
Hi,
1- Please let me know how can I reduce the space between the widgets when they are not all in a row:

2- And also, how may I align the widgets in a the center of the page?

Regards,
SadeghOctober 16, 2016 at 10:26 am #699500Hey Sadegh!
Can you please let us know what screen size is that, I resized my browser and I could not locate that size.
Thanks a lot
Regards,
BasilisOctober 16, 2016 at 10:34 am #699509Hi Basilis,
If you mean for the first question, you may see that in 806 x 617 sizeOctober 17, 2016 at 1:32 pm #699965Hi!
You have following custom CSS code
#footer .flex_column { margin: 15px; width: 16%; align: center; }please change it to following one
@media only screen and (min-width: 1024px) { #footer .flex_column { margin: 15px; width: 16%; }}Regards,
YigitOctober 17, 2016 at 1:37 pm #699971Hey Yigit,
Thanks a lot, the code works great.
> And about the second question, may I know how can I align the widgets in center of the page?
Cheers,
SadeghOctober 17, 2016 at 1:41 pm #699976Hi!
Please add following code to Quick CSS as well and adjust the value as needed
#footer .container { max-width: 1300px; }Cheers!
YigitOctober 17, 2016 at 2:01 pm #699997Hi,
Thanks a lot :)
All the codes work fine as always from you.Just the widgets do not get into a row from around 1139 px to aroudn 1008 px page width.
October 17, 2016 at 2:06 pm #700003Hi!
Not at all! Always happy to help :)
Can you please change “1024px” in this code – https://kriesi.at/support/topic/reduce-widget-spaces-align-in-center/#post-699965 to “1140px”?
Issue is caused by custom widths you added to footer widget areas :)Cheers!
YigitOctober 17, 2016 at 2:16 pm #700016Uh, I see :), thank you so much.
(I have changed 1024px to 1160px and it is now works fine.)
Regards,
SadeghOctober 17, 2016 at 2:18 pm #700018 -
AuthorPosts
- The topic ‘Reduce widget spaces + align in center’ is closed to new replies.
