Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #365255

    Hi there! I want to have the second column of the footer where the image is to be in the middle middle. And maybe to have the third column to be more on the right. can u help me pls

    #365397

    i think i solved it on my own but i have antoher problem. if u have look at the pic u see the 2 marked sections.

    1. How can i change the color section so it is full height?
    2. The Image/logo should be mor centered

    #365609

    Hi!

    1-Please add following code to Quick CSS

    @media only screen and (max-width: 768px) {
    .av-parallax.avia-full-stretch.active-parallax { background-size: cover !important; }}

    2- You have following code in Quick CSS

    #footer #text-8 .textwidget {
    margin: auto !important;
    padding-top: 75px !important;
    padding-left: 100px !important;
    }

    Please adjust it to center perfectly
    Best regards,
    Yigit

    #365875

    ok maybe i didnt tell you exactly what i want.

    1. I want the background image with the parallax to be the same height as the background color blue of the color section. if i use your code from 1. it is smaller then before.

    2. Ok i do it

    #366517

    Hi!

    You can try this:

    @media only screen and (max-width: 768px) {
    #top #av_section_3 .av-parallax.avia-full-stretch {
    background-size: cover !important;
    background-position: 0% 50% !important;
    top: -50%;
    }
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    #366549

    ok that works perfectly! ty again !!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Footer customizing’ is closed to new replies.