Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #251209

    Hey there,
    Where can I provide global settings to reduce the margin & padding among all elements within the site….right now there is just too much padding going on: http://dev.lorenasarbu.com/padding.jpg

    Thanks

    #251211

    Hi Justin!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .content, .sidebar {
    padding-top: 20px;
    padding-bottom: 20px; }

    Best regards,
    Yigit

    #251215
    This reply has been marked as private.
    #251242

    Hey!

    Please add following code to Quick CSS

    @media only screen and (min-width: 768px) {
    .home #after_full_slider_0 { display: none; }}

    You should modify Grid.css file to adjust the spacing between columns and to decrease margin-left value

    Cheers!
    Yigit

    #251260
    This reply has been marked as private.
    #251275

    Hey!

    Please try adding !important rule as following and add the code to Style.css file of your child theme in Appearance > Editor

    @media only screen and (min-width: 768px) {
    #after_full_slider_0 { display: none!important; }}

    Regards,
    Yigit

    • This reply was modified 9 years, 11 months ago by Yigit.
    #251278

    That is pretty much where I add all custom styles….Thanks Yigit. !important has no effect on it.

    #251286

    Hey!

    I have updated the code in my previous post, can you please try it now?

    Cheers!
    Yigit

    #251288
    This reply has been marked as private.
    #251310

    Hi!

    There was a closing curly bracket missing in your custom CSS code, i added it and now it is working fine on my end. Please try it now and confirm that it is working fine on your end as well :)

    Best regards,
    Yigit

    #251322
    This reply has been marked as private.
    #251328

    Hey!

    Can you take a look at it now? I found another missing closing bracket

    Best regards,
    Yigit

    #251329
    This reply has been marked as private.
    #251785
    This reply has been marked as private.
    #252482

    Hey!

    You can change the logo position with

    
    div .logo {
    left: 39%;
    }
    

    – insert the code into the quick css field.

    The link: http://dev.lorenasarbu.com/ideal.jpg doesn’t work and returns a 404 page.

    Regards,
    Peter

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