Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1331367

    Hi,

    i have a problem with my site it is not centered, everything is shifted to the right. And I tried a few things but I can’t find the error.

    View post on imgur.com

    Could you please help, thank you

    All best,
    Veronika

    #1331385

    Hey Veronika,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home #av_section_1 .av_one_half {
        padding: 0;
    }
    
    .home #av_section_1 .av_one_half .slide-entry {
        padding: 0 0 0 15px;
    }

    Best regards,
    Rikard

    #1331684

    Hi Rikard,

    unfortunately it did not work, when I use your code the whole page gets a bit messy. Could you please take a look?
    (https://imgur.com/NxyZfca)

    Thank you,

    All best,

    Veronika

    #1331720

    Hi Veronika,

    The reason for that shift is this code (coming from the CSS in private content):

    #top.home #av_section_2 .avia-content-slider div .av_one_fourth {
        margin-left: 2.2%;
        width: 22%;
    }

    Please remove that code and it should be fixed.

    Best regards,
    Nikko

    #1331730

    Hi Nikko,

    when I do that, this happens: https://imgur.com/gJQAuDZ
    ( https://imgur.com/67Uwlh9 (with code) )

    thank you,
    Veronika

    #1331734

    Hi Veronika,

    Thanks for contacting us!

    That seems to be related to 30px left padding in following custom CSS code

    .av-section-cont-open {
        padding-left: 30px;
        padding-right: 0px;
    }

    If you would like to display it just as Beauty section, please change the code to following one

    .av-section-cont-open {
        padding-right: 0px;
    }

    Regards,
    Yigit

    #1337015

    Hi, I already changed that, but my posts slider is now looking like this: https://imgur.com/undefined ; it has no space between the end of the page and the picture and the space between the post pictures is way to large!. That doesn’t look very pleasant, how can I change that?

    Tank you,
    best,
    Veronika

    #1337093

    Hi Veronika,

    Imgur link seems broken so I could not see your screenshot but I believe I understood the changes you would like to make. It is related to 100% container width set in Enfold theme options > General Layout > Dimensions.

    I attached a screenshot in private content field below to show how 95% container width and decreased space between columns would look. Would you like to display your “Beauty” and “Fashion” sections like that? If so, please let us know so we can make the adjustments for you.

    Best regards,
    Yigit

    #1340473

    Hi Yigit,

    that would be really lovely, thank you very much.

    best,
    Veronika

    #1340498

    Hi,

    I edited your column elements inside Beauty and Fashion sections and removed the padding from them and then gave their Color Section elements’ custom IDs in Advanced > Styling tab and then added following code to bottom of Quick CSS field

    #fashion-section .container,
    #beauty-section .container { 
         max-width: 95%; 
    }

    Please review your website :)

    Best regards,
    Yigit

    #1340512

    Hi Yigit,

    it look great so far, is there a possibility to change the padding between the posts?

    View post on imgur.com

    since now it is not very appealing to the eye

    tank you very much

    #1340518

    Hey,

    I added following code to bottom of Quick CSS as well

    #beauty-section .av_one_fourth,
    #fashion-section .av_one_fourth {
      margin-left: 2%;
      width: 23.5%;
    }
    #beauty-section .av_one_fourth.first,
    #fashion-section .av_one_fourth.first { 
        margin-left: 0;
    }

    Please review your website :)

    Best regards,
    Yigit

    #1340675

    Hi Yigit,

    it’s perfect thank you very much.

    You can close this thread now

    Best,
    Veronika

    #1340712

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘not centered page’ is closed to new replies.