Alignment issues - by - on WordPress WooCommerce support

This topic has 6 replies, 4 voices, and was last updated 7 years, 1 months ago ago by Olga Barlow

  • Avatar:
    Inactive
    February 21, 2017 at 21:14

    Hi,

    Could you please help me out with the following issues:

    1. Logo at the top of the website is not centered – this is particularly visible when looking at the menu headings.
    2. Image gallery on second page is not centered.
    3. Is it possible to align the contact form so that the comments section is to the right of the contact details making this section fit nicely underneath the photos, map and other details above it.
    4. The blog page is in grid format and it looks like always 10 posts are displayed which means that in case of the 3 column set up the bottom row has only one post which doesn’t look good. Can the number of displayed posts in grid be changed to 9 or 12 so that each row has the same number of posts showing?
    5. Also on the blog page, is it possible to align the posts so that the images are always in line with eachother horizontally – like in the first row?
    5. When scrolling down the front page it keeps jumping back to the top so it’s not possible to view the the rest of the page for more than 2-3 seconds – it keeps scrolling back to the top of the page each time.

    Thank you very much for your help!

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 24, 2017 at 11:09

    Hello,

    1. Please, add this code in Custom CSS for desktop:

    .header-wrapper.header-two-rows .header-logo {
        width: 33.33%;
    }
    .header-wrapper.header-two-rows .right-wrap {
        width: 33.33%;
    }
    .header-wrapper.header-two-rows .left-wrap {
        width: 33.33%;
    }

    2. Please, ude this code in Global Custom CSS:

    .recentCarousel.slider .wp-picture.blog-hover-zoom{
    	width: 100%;
    }

    3. Try to chande it in VC settings for page or provide wp-admin access in Private Content so we could check it.
    4. Go to Settings > Reading > Blog pages show at most.
    5. Blog Layout Grid use masonry grid, so unfortunately it’s not possible.
    6. Could you please provide wp-admin access in Private Content so we could check it?

    Regards

    Avatar: happyeco
    happyeco
    Participant
    February 24, 2017 at 16:20

    Hi,

    Thanks for points 1, 4, 5.
    In case of #2 I added the code to Global Custom CSS but unfortunately it didn’t work – the gallery is still not centered.
    For points 3 & 5 please see below the wp-admin access details.

    Thank you

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 24, 2017 at 16:47

    Hello,

    2. Seems it work fine now http://prntscr.com/ecv4gs, please, provide the screenshot with the problem.
    3. Also, please, provide the screenshot what exactly you want to change for better understanding.
    6. You need update XStore Core to last 1.0.12 version.

    Regards

    Avatar: happyeco
    happyeco
    Participant
    February 27, 2017 at 13:45

    Hi,

    2. Please see below in private content the screeshot of the gallery I am referring to.
    3. Please also see screenshot below.
    6. I’ve updated it but the same problem is happening – when viewing the page it keeps scrolling back to the top.

    Regards

    Please, contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    February 27, 2017 at 15:42

    Hello,

    2) Either add the following code in custom CSS

    .wpb_gallery .wpb_image_grid ul {
        left: 50%;
        transform: translateX(-50%);
    }

    or use another VC element to display gallery http://prntscr.com/edzqi9

    3) I have added some custom code for your page http://prntscr.com/edzw94 and also changed contact form code http://prntscr.com/edzwsa

    6) I have updated Visual Composer plugin and don’t see this issue anymore. Also, I would recommend to update Revolution Slider. The latest version of the plugin you can find here https://www.8theme.com/download-plugins/

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.