Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #383516

    Hi,

    I would really like to ask you for help in configuring my Enfold layout.
    I’ll to be as specific as i can.

    How to:
    1. Move menu below logo to be right aligned
    2. Create space between main content and sidebar, so background is visible (as on included example)
    3. Create rounded corners in main/sidebar containers (as on included example)
    4. Have different background color in main and sidebar (as on included examle)
    5. Add adsense banned between header/meny and main/sidebar
    6. Have socials icon colored (not white as in enfold). Or maybe i need plugin to do this?

    I hope my quesions are clear and you will be able to help me.
    I will be glad for your feedback.

    A.

    — Corrected link. Help anyone?

    • This topic was modified 10 years, 3 months ago by Artur.
    #383687
    This reply has been marked as private.
    #383750

    Dzien dobry!

    Please change header style to “logo right, menu below” and add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_header_top #top .av_logo_right .logo {
    left: 0;
    right: auto;
    }
    #top #wrap_all .av-social-link-twitter a {
    color: #fff;
    background-color: #46d4fe;
    }
    #top #wrap_all .av-social-link-facebook a {
    color: #fff;
    background-color: #37589b;
    }
    #top #wrap_all .av-social-link-dribbble a {
    color: #fff;
    background-color: #e44885;
    }

    Cheers!
    Yigit

    #383946

    Hi.
    Thank you. This helped for menu and Socials :)

    I’ve checked those topics:
    https://kriesi.at/support/topic/how-to-do-rounded-corners-for-the-content-area-and-menu/
    https://kriesi.at/support/topic/rounded-corners-border-radius-in-header-area/
    https://kriesi.at/support/topic/create-a-space-between-main-content-and-sidebar/
    https://kriesi.at/support/topic/rounded-corners-in-header-and-menu-bar/

    but i just cant receive correct effect… And that would something similar to:
    order-order.com (rounded corners, space between main and sidebar and different background color)

    or at least to:
    http://www.conversion-rate-experts.com/questions/ (different colors, and rounded corners in main text area)…

    Is this ever possible with your theme? To be honest i thought it will me much easier to configure this theme (custom colors of sidebars, widgets… like more user friendly). And while i am not an IT guy i have hard time now :/

    #384820

    Hey!

    What you’re trying to do is not a very common layout. The theme is very flexible in a way that it can create multiple layouts without coding. You can try this on Quick CSS:

    .container .av-content-small.units {
    background: #ffffff;
    border-radius: 5px;
    margin: 10px 10px;
    padding: 20px;
    box-sizing: border-box;
    border-right: none;
    }
    
    .main_color {
    background: gray;
    }
    
    #top #main .sidebar {
    border-left: none;
    }

    Cheers!
    Ismael

    #385009

    Thank you very much, guys.
    Support here is really great :) I am glad i’ve bought your theme.

    I have almost all codes i need to play with my site.
    However it would be nice if you could look at my site and help with 2 more things:

    -can i set space between top banner ad, header, and main text? (increase space between white line and header and decrease between banner and main post area)

    -can i somehow descrease white space after each post on main page? It is so big that makes me insine, but can’t find way to find it.
    And, in addition to this subject. How can i know where exactly widget space end? As you may see ma big ad on the right is out of color space. Can i set background color for each widget?
    / i used this code for widget background:
    (by code: .sidebar_right .widget{
    background-color:#38699b;
    padding: 10px !important;
    }

    And question not theme related. Can you change my username to be as my nickname? i dont wan’t my name and surname be visible for example in user profile path: https://kriesi.at/support/profile/arturkot/

    Thank you in advance! :)

    #385394

    Hey!

    You can decrease the post delimiter size with this:

    .template-blog .post_delimiter {
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
    }

    Go to your profile page then click “Edit”. Set the Display Name.

    Best regards,
    Ismael

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