Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #173856

    For some reason the images are defaulting to only 1 size, I need them to be a bit bigger. here is the link to my homepage: http://www.thesatellitecenters.com

    Also I need to make the top bar container larger to fit the social icons.

    CHEERS!

    • This topic was modified 10 years, 5 months ago by JoshuaNichols.
    #173990

    Hey JoshuaNichols!

    What images do you want to be bigger?

    Regarding the top bar container, add this code to the Quick CSS:

    #header_meta, #header_meta .container{
    min-height: 42px !important
    }

    Regards,
    Josue

    #174379

    Josue,
    I was looking to make the lower 5 images fill more of the container. So maybe what I need is to find out how to make the content container bigger or less space between the images? Let me know, and I appreciate your time bro!

    ~Joshua

    • This reply was modified 10 years, 5 months ago by JoshuaNichols.
    #174414

    Hello!

    Try adding this code to the Quick CSS:

    .post-entry-138 div .av_one_fifth {
    margin-left: 2% !important;
    width: 18% !important;
    }

    Regards,
    Josue

    #175266

    Josue,
    What about making the images not white out so much on rollover? I want them to have a slight whiteout. Also I need to replace the search bar with a graphical image of their company slogan and phone #. Cheers!

    • This reply was modified 10 years, 5 months ago by JoshuaNichols.
    #175376

    Hello!

    Regarding the whiteout on :hover, you’ll need to edit this file: js/avia.js.

    Replace line 452:
    opa = link.data('opacity') || 0.7;

    By this:
    opa = link.data('opacity') || 0.3;

    Cheers!
    Josue

    #176536

    You the man Josue! What about how to replace the search bar with a graphical image of their company slogan and phone #. Cheers!

    #178139

    Hi!

    If you mean this section http://i.imgur.com/H3EWdhq.jpg Please create a temporary admin login and post it here privately

    Cheers!
    Yigit

    #178623
    This reply has been marked as private.
    #178742

    Hey!

    Can you post the tagline image again? Link appears to be broken. You can upload your image on Dropbox and post the link here privately

    Best regards,
    Yigit

    #178921
    This reply has been marked as private.
    #179012

    Hey!

    Changes are done. Please review your website.

    Regards,
    Yigit

    #179183
    This reply has been marked as private.
    #179606

    Hey!

    Please add following code to Quick CSS and adjust as desired

    #header_meta { border-top: solid black 4px; } 
    .avia-layerslider { border-top: solid black 4px!important; }

    I made changes in Header.php file. You can search “header-image” in Header.php file and find the image. Also added some custom CSS to Quick CSS to align it.

    Regards,
    Yigit

    #179893
    This reply has been marked as private.
    #179897

    Hi!

    Changes are done. You forgot to copy custom CSS code. Also adjusted space between elements. You can find it in Quick CSS and adjust as desired

    Best regards,
    Yigit

    #179906

    You DA Man! Hey last thing, how do I go about making changes to the margin spacing between the elements? I have included a picture of what I mean.
    screenshot

    If possible to make the video bigger? The elements does not seem to do anything at this size? If not that’s cool.

    #179910

    Hey!

    You can add following code to Quick CSS to increase the size of video

    .page-id-138 .avia-video-4-3 { width: 135%; height: 200px; }

    Regards,
    Yigit

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Need Bigger Images in the Avia Layout Builder’ is closed to new replies.