-
AuthorPosts
-
October 23, 2014 at 8:03 pm #340320
Hello,
There is a lot of white space between the text widget and the productcategory widget. How can I reduce this? See link below.
October 23, 2014 at 8:06 pm #340321Hi studioinktvis!
Please add following code to Quick CSS
section#text-3 { padding-bottom: 0; }
Cheers!
YigitJanuary 25, 2015 at 2:04 pm #385084Hi,
I put NIEUW in the widget of the shop overview. But again a lot of white space under this. The previous solution doesn’t work.
What should I do?January 26, 2015 at 7:16 pm #385739Hey!
Please try following code
.sidebar .widget { margin-bottom: 0; }
if the code does not help, please post the link to your website.
Cheers!
YigitJune 30, 2015 at 2:06 pm #466420hey
I’d like to reduce the white space between my image widgets on the right sidebar. I’ve tried several CSS codes from the forum. None of them really worked. Can someone help me out, please?
http://realit2015.ch/June 30, 2015 at 2:09 pm #466427Hi!
“Wartungsmodus”. Can you please post login credentials here privately so we can look into it? :)
Regards,
YigitJune 30, 2015 at 2:13 pm #466432There you go.
June 30, 2015 at 2:30 pm #466449Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.sidebar section { padding: 5px 0; }
Regards,
YigitJune 30, 2015 at 2:36 pm #466455Hey Yigit.
Thanks a lot but neither of those two worked:.html_header_top #top .av_menu_left .main_menu {
left: 10%;
}.sidebar section {
padding: 5px 0;
}There might be something wrong with my Custom CSS because yesterday I made the iconbox titles on my front page smaller, so that it doesn’t cut off the text and it worked but today it’s back to the old same without having changed anything on the code itself. Strange.
June 30, 2015 at 2:42 pm #466463Hi!
There was a missing closing curly bracket in media queries in your custom CSS code, i added it. Please review your website now
Cheers!
YigitJune 30, 2015 at 3:29 pm #466520Perfect, thank you so much.
I have some more questions:1) How can I hover the menu points in the sub-menu? I somehow managed to do it for the main menu. Only the text itself (not the whole balk) is hovered blue and also when the page is active the text remains blue. I’d like to have that same hover color for the sub-menu or even have the whole balk “hovered” (different color).
2) I believe the text in the menu points is centered, It looks weird when you hover over it. I’d like to have the alignment on the left (like in the submenu, the text is on the left as well) I have it written in this code but the text stays centered:
.main_menu ul:first-child > li > a { font-size: 18px!important; color: black!important; font-weight: normal; text-align: left; }
3) The main navigation is now centered with some space on the left and right hand side. Is it possible to have it the same width as the body text, meaning on the left it should start where the icon boxes below start and it should finish where the image widgets are. If I’d add more menu points this would obviously happen automatically but how can I just make the balks bigger so that it fits with everything below?
4) Can I make the icons in the icon boxes smaller?
A lot of questions I know, thanks in advance!
Cheers!
AlineJuly 2, 2015 at 2:29 pm #467509Hey!
please always open a new ticket for different questions. I think your questions were asked several times in the forum already.
1.) Have a look at this post: https://kriesi.at/support/topic/hover-color-at-submenu-link-how-to-edit/#post-341853
2.) Please show us the issue providing us a link to it.
3.) Difficult to imagine what you want. Can you send us screenshots showing what you need? use imgur or dropbox.
4.) Which icons? where? try this code (I am just guessing and hope it’s right for you):
.iconbox_icon.heading-color { font-size: 10px; }
Please open a new ticket for each questions including more information about what you want to achieve etc.
Best regards,
Andy -
AuthorPosts
- The topic ‘Reduce space between widgets in sidebar’ is closed to new replies.