Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #306522

    ouamerp
    Participant

    how i can add and center 3 images on footer widget 1?

    #306760

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #306954

    ouamerp
    Participant

    1: http://perfectnutrition.gr/, i want the 3 images to be inline, with some padding, and centered..
    2: how can i put the dropdown menu exacly down from the menu item with no margins as it is right now,
    3: how can i remove this line border of <div class=”entry-wrap”>
    4: and finally i am using the theme icon 2, and i have an issue.. in the customizer i can apply the sidebar, but i cannot in page templates: is showing me this message (Because of Icon’s unique layout, this template is unavailable in this Stack. Please switch to another Stack if you need to make use of this feature. Thanks!), the thing is that i want my frontpage fullwidth and rest of the site with sidebar..
    Many thanks Pananagiotis!!

    #307294

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    1) I am unable to see images in your footer widget area except for 3 social media icons which are aligned perfectly. Can you publish the images as that will help us to provide you the solution.

    2) Request you to kindly elaborate your query.

    3) To remove border kindly use following CSS under Custom > CSS in the Customizer:

    .entry-wrap {
      border: 0 !important;
    }

    4) The sidebar is the default feature in Icon stack, that is, the sidebar will be fixed but the content layout will remain same. That is the reason, only “Fullwidth” layout is available in Icon stack. In regards to the sidebar, you can enable or choose it’s side under Layout and Design > Content Layout in the Customizer.

    Hope that helps.

    Thanks.

    #307437

    ouamerp
    Participant

    1. i upload the images with visual editor in footer widget area 1, but i can upload only 2 pictures, and is not showing inline but blcok, i want 3 images inline and centered.

    2. i want the dropdonw menu to be shown down to menu item with no space, right know if i hover the menu item the dropdown apears with space above.. i want to be together with no space.

    3. the css code you provide me dosent work 🙁

    4. there is no way to be my front page full width, and the rest pages with sidebar?

    #307724

    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates!

    1] Please replace the contents of your footer text widget with code instead:
    <div class="inline-images"><img class="aligncenter size-thumbnail wp-image-4753" src="http://perfectnutrition.gr/wp-content/uploads/2015/06/perfect-spain.png" alt="Perfect Nutrition Spain"> <img class="aligncenter size-thumbnail wp-image-4752" src="http://perfectnutrition.gr/wp-content/uploads/2015/06/Perfect-france.png" alt="Perfect Nutrition"></div>

    And please also add this css code in your customizer to align the image inline block and center:

    .x-colophon .inline-images {
        text-align: center;
    }
    
    .x-colophon .inline-images img {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }

    2] To adjust your sub menu, please use this code instead

    .x-navbar .desktop .x-nav > li ul {
      top: 70px;
    }

    3] To remove border kindly use following CSS under Custom > CSS in the Customizer:

    .x-navbar,
    .entry-wrap {
        border: none;
    }

    4] Right now your home page is already fullwidth because you are using the Layout – Fullwidth page template. You can use the default page template for your other page and set a global layout in your customizer to have a sidebar. Please go to Appearance > Customize > Layout & Designs > Content Layout.

    Hope this helps. Kindly let us know.

    #308408

    ouamerp
    Participant

    thank you.. something last
    1. do you know how i can move i little bit right the dropdown, in order to fit the start of the menu item

    2. is possible to make the sidebar starts bellow the header?

    3. in internet explorer, when i scroll down the backround image of the body is start shaking..

    #308445

    Christopher
    Moderator

    Hi there,

    #1 & #2 Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    #3 I tested your site with IE versions 11,10 and 9 and I wasn’t able to replicate the issue, the background image was fixed.

    Thanks.

    #308519

    ouamerp
    Participant

    the link is http://www.perfectnutrition.fr/category/athletes-team/

    1.the dropdown menu in the link starts at the beging of the menu item.. i want to move it i little right to fit the start point from left in menu item.. sorry my english is not verry good.

    2. the sidebar i want to be like the link, that has facebook in it. my sidebar apears all the way from header until footer http://perfectnutrition.gr/under-construction-2/

    #308531

    ouamerp
    Participant

    also in the footer widget 1 i put a 3rd image, but in firefox is show not inline, and in chrome is not shown at all..

    #308546

    ouamerp
    Participant

    in footer i fix it..

    #308604

    Rupok
    Member

    Hello There,

    Thanks for posting in!

    1. Would you please clarify the issue a bit? I didn’t get it what actually you want.

    2. If you want to display sidebar then select the page template – Content Left, Sidebar Right from page editor. For reference, see the image –

    Hope this helps!

    Cheers!

    #308772

    ouamerp
    Participant

    1. i just want to move the dropdown menu some pixels right..

    2. i understand the sidebar.. the only thing i want is to change how apears, i want to appear only in content and not in header and footer as is right now..

    #308896

    Rad
    Moderator

    Hi there,

    1. It’s perfectly aligned to left on my end, but if you insist to move it more to the right then add this css.

    .sub-menu {
    left: 10px;
    }
    

    2. Hmmm, I don’t get it 🙁 would you mind providing a screenshot or mockup for comparison?

    Thanks!

    #309074

    ouamerp
    Participant

    1. the code dosent work 🙁

    2. the sidebar in icon apears all the way down from header until footer.. i want to appear only in content off my page..