Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #1120325

    How would i create less of a gap/ white space between PROPERTIES and the masonry gallery sorting area?

    #1120337

    Hey Farallon,

    Is this just on the home page? Add this to quick css:

    
    #after_full_slider_1 .template-page.content{
    padding-bottom:0px!important;
    }
    

    Best regards,
    Jordan Shannon

    #1120352

    Yes, That helps. How do I make the PROPERTIES text left justified? I set it to left justified in the settings but it is not fully left justified. I added a screenshot

    #1120426

    Hi,

    It’s actually all the way to the left, but it looks misaligned since the element below it is full width. You can use this CSS to adjust it to the left though:

    .home #after_full_slider_1 .container {
      padding:0 !important;
    }

    Best regards,
    Rikard

    #1120491

    I did add that code but things look off. Is there anyway the Properties can be paced exactly like the sorting options?

    This is the code I added to make the sorting options left justified.

    div.av-sort-by-term {
        text-align: left;
    }
    #1120525

    Hi,

    So you want properties moved to just above the sort options?

    Best regards,
    Jordan Shannon

    #1120972

    Ideally I would like the two elements “Properties” and the sorting options to always be left aligned with one another. On larger screen right now Properties is more right.

    • This reply was modified 6 years, 7 months ago by Farallon.
    #1121115

    Hi,

    Thanks for the clarification. Please try this CSS as well:

    .home .av-masonry-sort {
        padding: 20px !important;
    }

    Best regards,
    Rikard

    #1123652

    no problemo. I added that new code as well but things do not look any different.

    #1123655

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache few times over.

    Best regards,
    Jordan Shannon

    #1123676

    Yes and yes.

    #1123681

    Hi,

    Add this to quick css:

    h3.av-special-heading-tag {
    padding-left:40px!important;
    }

    Best regards,
    Jordan Shannon

    #1123977

    Things are still not lined up when I add that code – cleared cache and all.

    #1124495

    Hi Farallon,

    Could you please attach some screenshots of the issue? Which screens size are you looking at?

    Best regards,
    Victoria

    #1124834

    Below are links to the issues. I want the properties text to be left aligned with the All/ 131 Missouri on all screens.

    #1125223

    Hi Farallon,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #av-masonry-1 {
      padding-top: 0px;
    }
    .home  #av-masonry-1 .av-masonry-sort {
      padding-top: 10px;
    }
    
    

    and remove this:

    
    .home .av-masonry-sort {
        padding: 20px !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1125236

    Hi Victoria, I added that code but things did not seem to change.

    #1125627

    Hi Farallon,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1125691

    Sure, here you go!

    #1126526

    Hi,
    Sorry for the late reply and thank you for the login and screenshots. I removed this css from your Quick CSS:

    h3.av-special-heading-tag {
    padding-left:40px!important;
    }
    .home #after_full_slider_1 .container {
      padding:0 !important;
    }

    I then added this css:

    @media only screen and (min-width: 1310px) { 
    #top.home #after_full_slider_1 > div.container {
    	margin: 0 !important; 
    }
    }
    @media only screen and (max-width: 767px) { 
    #top.home #after_full_slider_1 > div.container {
    	margin: 0 !important; 
    	padding-left: 55px !important; 
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1126926

    Wonderful,

    Thank you good sir!

    #1126969

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 22 posts - 1 through 22 (of 22 total)
  • The topic ‘Short Gap between these elements’ is closed to new replies.