Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #364218

    Hello there,

    how can i change margins in widget area i need it to be smaller ( on all pages, portfolios, posts )

    look at picture i need marked areas size reduced.
    widget area margins

    P.S. sorry for my bad english:-(
    tnx,

    regards,

    M

    #364467

    Hey mrjukic!

    Thank you for using Enfold.

    You can use this on Quick CSS:

    .widget {
    padding: 10px 0 10px 0;
    }
    
    .inner_sidebar {
    margin-left: 20px;
    }

    Best regards,
    Ismael

    #364596

    Hello Ismael,
    your CSS worked only partialy, only left side is now OK, but top, right and bottom sides got to big white space!
    look at picture.
    widget area margins2

    i added only
    `.inner_sidebar {
    margin-left: 20px;
    }`
    if i add below code it mess up with my front page facebook like widget.

    .widget {
    padding: 10px 0 10px 0;
    }

    To give you closer look what i need i created this picture ( i need all margins to be same sizes and on all pages, posts etc…)

    what i need

    i hoppe you can help me with this!

    Tnx and Best Regards,
    M

    #365129

    Hey!

    could you please post a link to your website? would be easier to assist you.

    Try to add this for right-, bottom- and top-space:

    .inner_sidebar {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    }
    

    Cheers!
    Andy

    #365269
    This reply has been marked as private.
    #365274

    Not working, it only makes left side good, all other sides got big white space and nathing changes after i add this to CSS!

    #365780

    Hey!

    Where can we find the page with the facebook widget? Please post the url here.

    Best regards,
    Ismael

    #365789
    This reply has been marked as private.
    #366446

    Hey!

    Try with this:

    .sidebar_right .container {
        padding-right: 0;
    }
    
    .sidebar_right .inner_sidebar {
    	margin: 0 !important;
    }
    

    Best regards,
    Josue

    #366580

    Not working :-(
    did you tested it b4 you posted it to me? You have accsess to my site, cos dooing like this i will lost 10 days to get one thing sorted out.
    every two days i got one replay try this, i try and is not working, and i replay, and again wait for next day ot two:-(
    Can you please login to my site and try it by yourself, to awoid time wasting:-)

    Best regards, M

    #366885

    Hi!

    we do try out before sending any replies, of course.

    Please try to add !important:

    .sidebar_right .container {
        padding-right: 0 !important;
    }
    
    .sidebar_right .inner_sidebar {
    	margin: 0 !important;
    }
    

    After putting the code into Quick CSS, please clear your browser cache.

    Best regards,
    Andy

    #367021

    Hello Andy,

    tnx for your replay!

    this works to totaly remove margins, but i need them to be set for some smal size like 10 or 20px!
    and if i try to change this zero “0” to for example “10” there is no efect, it returns to default theme sizes!

    P.S.

    Sorry for my bad englis!

    Best regards,

    M

    #367487

    Hey!

    you need to add “px” to the number:

    .sidebar_right .container {
        padding-right: 10px !important;
    }
    
    .sidebar_right .inner_sidebar {
    	margin: 10px !important;
    }
    

    Regards,
    Andy

    #367604

    Hello:-)
    this worked, but top margin is to big, bigger then default blog side top margin.

    And what i need is to have same all margins (left, right, top, bottom 20px for whole website, all post, pages, blogs, etc etc. ) take look at pictire with red areas in prev replay.

    is there some easy way to get that?

    Tnx a lot for your time and help!

    M

    #367886

    Hi!

    .sidebar_right .container {
        padding-right: 10px !important;
    padding-left: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    }
    
    .sidebar_right .inner_sidebar {
    	margin-right: 20px !important;
    	margin-left: 20px !important;
    	margin-top: 20px !important;
    	margin-bottom: 20px !important;
    
    }
    

    Best regards,
    Andy

    #368253
    .sidebar_right .container {
    padding-right: 15px !important;
    }
    
    .sidebar_right .inner_sidebar {
    	margin-left: 20px !important;
            margin-top: 0px !important;
    }

    This worked to fix sidebar widget!

    If i add all you sent to me, its working only to fix left side of margins, and it breaks up page design.

    And here is definitly something wrong with Grid Row element! if add it to my page it breaks whole page and my widget in sidebar disappears!

    I added it to my KONTAKT page, please take a look how that page looks now, and then remove this two Grid Rows, and look how it look without them!

    And still i dont get any email notifications about your replay!:-( Is here some problem with your email sender?

    Best regards,

    M

    #368745

    Hi!

    I can’t see any facebook widget, nor any other widgets on the sidebar.

    Did you remove it or what happened?

    Cheers!
    Andy

    #368853

    No i didnt removed it, i just added Grid Row elements!

    Please use provided login informations in this post to see how it looks in editor!

    Best Regards,

    M

    #369840

    Hey!

    you did not provide any login informations in your last post. I can’t see your page correctly without login.
    Anyway still I can’t see any facebook widget, so I won’t be able to help you further. Please clear your browser cache if you still see any facebook widget on http://www.crostars.com/modna-agencija/kontakt/

    Best regards,
    Andy

    #370961
    This reply has been marked as private.
    #371182

    Hey!

    Full width elements (like grid rows) are incompatible with sidebars, that’s why you are not seeing any sidebar. If you want to stick with grid rows you can use a Widget Area element to re-create a sidebar – http://screencast.com/t/84XtF4eG6me3

    Cheers!
    Josue

Viewing 21 posts - 1 through 21 (of 21 total)
  • You must be logged in to reply to this topic.