-
AuthorPosts
-
December 7, 2014 at 1:48 am #364218December 8, 2014 at 7:19 am #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,
IsmaelDecember 8, 2014 at 1:11 pm #364596Hello 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.
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…)
i hoppe you can help me with this!
Tnx and Best Regards,
MDecember 9, 2014 at 3:51 am #365129Hey!
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!
AndyDecember 9, 2014 at 11:58 am #365269This reply has been marked as private.December 9, 2014 at 12:03 pm #365274Not working, it only makes left side good, all other sides got big white space and nathing changes after i add this to CSS!
December 10, 2014 at 2:22 am #365780Hey!
Where can we find the page with the facebook widget? Please post the url here.
Best regards,
IsmaelDecember 10, 2014 at 2:51 am #365789This reply has been marked as private.December 11, 2014 at 4:31 am #366446Hey!
Try with this:
.sidebar_right .container { padding-right: 0; } .sidebar_right .inner_sidebar { margin: 0 !important; }
Best regards,
JosueDecember 11, 2014 at 11:28 am #366580Not 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
December 11, 2014 at 8:52 pm #366885Hi!
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,
AndyDecember 11, 2014 at 11:27 pm #367021Hello 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
December 12, 2014 at 8:54 pm #367487Hey!
you need to add “px” to the number:
.sidebar_right .container { padding-right: 10px !important; } .sidebar_right .inner_sidebar { margin: 10px !important; }
Regards,
AndyDecember 13, 2014 at 2:24 am #367604Hello:-)
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
December 14, 2014 at 4:34 am #367886Hi!
.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,
AndyDecember 15, 2014 at 1:47 pm #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
December 16, 2014 at 3:07 am #368745December 16, 2014 at 12:12 pm #368853No 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
December 18, 2014 at 3:16 am #369840Hey!
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,
AndyDecember 20, 2014 at 1:27 pm #370961This reply has been marked as private.December 21, 2014 at 6:28 am #371182Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.