Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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.

    #340321

    Hi studioinktvis!

    Please add following code to Quick CSS

    section#text-3 {
    padding-bottom: 0;
    }

    Cheers!
    Yigit

    #385084

    Hi,

    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?

    #385739

    Hey!

    Please try following code

    .sidebar .widget { margin-bottom: 0; }

    if the code does not help, please post the link to your website.

    Cheers!
    Yigit

    #466420

    hey
    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/

    #466427

    Hi!

    “Wartungsmodus”. Can you please post login credentials here privately so we can look into it? :)

    Regards,
    Yigit

    #466432

    There you go.

    #466449

    Hey!

    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,
    Yigit

    #466455

    Hey 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.

    #466463

    Hi!

    There was a missing closing curly bracket in media queries in your custom CSS code, i added it. Please review your website now

    Cheers!
    Yigit

    #466520

    Perfect, 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!
    Aline

    #467509

    Hey!

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Reduce space between widgets in sidebar’ is closed to new replies.