Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #375434

    Hey guys,

    Is it possible to achieve something close to this layout?

    If so can you point me in the direction as to which layout elements would be best suited to use for the tight content boxes?

    Thanks!
    Nick

    #375575

    Hey rangertech!

    Using various elements inside Color Section element, it is possible to have a similar look, but functionality-wise, i am not sure, we need to see the example site.
    You can add Color Section element with unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then add following code to Quick CSS in Enfold theme options under General Styling tab to make it fullwidth

    #your-custom-id .container { max-width: 100%; padding: 0; margin: 0; }

    Regards,
    Yigit

    #375753
    This reply has been marked as private.
    #375974

    Hi!

    yes you need to figure out class name. If you give us a link to your website we can assist you on this.

    Which clickable links within boxes do you mean? Please show and highlight on screenshots.

    Is this image you posted the layout you wish to achieve?

    Cheers!
    Andy

    #381159
    This reply has been marked as private.
    #382791

    Hi!

    If you add the columns inside a color section and add a class or ID to the color section then you can use this CSS to make them flush against each other.

    #yourID .av_one_third {
      margin-left: 0% !important;
      width: 33% !important;
    }

    Cheers!
    Elliott

    #383295

    Hi Elliot,

    Thanks for the tip. I gave it a shot but it didn’t make the boxes flush, Instead it shrunk them a little and kept the space in between. I added the ID to the color section and put all 3 columns in.

    See this link – http://dev.rangertech.com/homepage/home-column-test

    Thanks.

    #383877

    Hey!

    I see the ID you have set is “#itconsult”. I didn’t see the code I told you to add though. Add it in Dashboard > Enfold > General Styling > Quick CSS and let us know when your done so we can take a look.

    Best regards,
    Elliott

    • This reply was modified 9 years, 10 months ago by Elliott.
    #384049

    Hi Elliot,

    Thats odd that you didn’t see it. I added it to the custom CSS field and just checked and its still there.

    I saved it again. Take a look and let me know.

    Thanks!

    #384645

    Hey!

    You have a couple of typos in your CSS. For example this.

    .header_color .phone-info {
    color: #f18b39;
    ]

    Look over your custom CSS and fix all of the typos and it should work.

    Cheers!
    Elliott

    #386668

    Hi Elliot,

    LOL that fixed it. Thank you!! I was able to tweak everything to line up pretty close to the original design.

    I’m having some issues with my page titles not showing up. It shows up for the blog and contact page but not for all my other pages. i have it set to display title and breadcrumbs in the Enfold settings but still nothing shows up.

    Thanks!

    #387147

    Hi!

    Please enable Custom Field on your page ( you can click Screen Options on the right top corner and uncheck it any time ) and make sure that header is set to YES – http://i.imgur.com/zoAvXSM.png

    Regards,
    Yigit

    #387483

    Thanks Yigit.

    Is it possible to expand the search box so it sits visibly above the navigation, instead of popping up?

    Thanks again.

    P.S. you can see the example in the screenshot I posted earlier in the thread.

    • This reply was modified 9 years, 10 months ago by rangertech.
    #388149

    Hi!

    Try the solution provided here: https://kriesi.at/support/topic/search-not-working-in-ie8/#post-328178

    Cheers!
    Ismael

    #388655

    Fantastic! Thanks Ismael!

    I’m having font rendering issues with Safari and Firefox. I’m using lighter font weights in my text-box elements which are getting overwritten by Firefox and Safari making all the fonts bolder. Is there a fix for this?

    Thanks!

    #390494

    Hi!

    Can you post a screenshot of your view? here’s how it looks on my end – http://screencast.com/t/qzwNfuKvbf

    Regards,
    Josue

    #390827

    Hi Josue,

    Here is what it looks like in Chrome (which is correct) –

    This is Firefox –

    This is Safari –

    Thanks!

    • This reply was modified 9 years, 9 months ago by rangertech.
    #390963

    Hi!

    I’m still not noting it but try the following:
    https://kriesi.at/support/topic/font-weight-renders-very-different-depending-on-browsers/#post-334533

    Regards,
    Josue

    #390993

    Hi Josue,

    If you look at the large text below the hero image in the firefox and Safari screencaps, it is significantly bolder than the Chrome screencap, as is the bodytext.

    The fix you provided doesn’t fix the issue, but it does clean up the text so that it isn’t so bold in Safari and Firefox. It still doesn’t show the different weights I’m using in those 2 browsers though (e.g. In the Chrome screenshot notice the bullets are bolder than the rest of the body text).

    #391920

    Hi!

    I checked the site on firefox and the text looks fine:

    Cheers!
    Ismael

    #400904

    Hey Ismael,

    Apologies. My screenshots didn’t show it but I’m on a mac. This seems to be an OSX issue.

    Thanks!

    #401262

    Hi!

    I’m on OSX too and I’ve seen this before, non websafe fonts tend to render differently in different browsers. I don’t think there is much that can be done about that unfortunately. Like on http://dev.rangertech.com/it-solutions/it-consulting, Chrome is displaying it pretty bold and Safari a lot thinner, which is typical Safari.

    Best regards,
    Rikard

    #401531

    Hi Rikard,

    Ok. I can live with it. I appreciate you looking into it.

    Thanks.

Viewing 23 posts - 1 through 23 (of 23 total)
  • The topic ‘Guidance on tight column layout’ is closed to new replies.