Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #365849

    Hi,
    I contacted Kriesi but he said to that he is out of town and for me to post on this support and someone will help me with these customizations.

    1- http://www.roberthouserstudio.com/facingchemo/support/ – top box (support), how do I center the type vertically, so it’s not so low within the dark gray box

    2- Same thing here again. http://www.roberthouserstudio.com/facingchemo/exhibit/ – all boxes on this page it feels like the text is sitting a little low in the boxes, how do I move type a little higher within each box

    3- http://www.roberthouserstudio.com/facingchemo/support/ We removed the background behind the arrows in the layer slider on the homepage but I am reusing the layer slider on this page with a white background. The arrows are there but it is also white so it does not show, how can I change those arrow color just on this slider/page?

    4- http://www.roberthouserstudio.com/facingchemo/support/ Sponsoring off section at the bottom, the word ‘Email’ which is an email link is not readable. how do I make it just white and bold.

    5- http://www.roberthouserstudio.com/facingchemo/about/
    How do I remove the left padding on testimonials? The picture (is set up as a testimonial ) should be left aligned so it aligns with the content below.

    #365858

    I have one more question

    6- How do I add a column in a column? Example on this page http://www.roberthouserstudio.com/facingchemo/exhibit/ I am using a 1/5, 3/5, 1/5 layout for those blocks
    The two 1/5s and empty and all the contents are in the 3/5. My issue is that I would like to split one of the 3/5 into two equal size having text on the left and an image on the right. How can I achieve that? Please feel free to login and take a look at the page set up in wordpress
    http://www.roberthouserstudio.com/facingchemo/exhibit/

    Thank you so much. Really appreciate this.

    #366016

    Any update on this?

    Thanks

    #366276

    Hey!

    1. Drag a codeblock element to your page and add this inside.

    <style type = "text/css">
    .avia-section .avia_textblock > p:first-child {
        margin-top: 0;
    }
    </style>

    2. Same thing as #1.

    3. Drag a codeblock element to the page and add this inside.

    <style type = "text/css">
    #top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next { color: black !important; }
    </style>

    4. Add this to your custom CSS.

    #subheadso a { color: white !important; font-weight: bold !important; }
    

    5. Drag a codeblock element to the page and add this inside.

    <style type = "text/css">
    .avia-testimonial-meta { left: 170px !important; }
    .avia-testimonial { padding-left: 0px !important; }
    </style>

    6. You can switch to the default editor and then nest the column shortcodes inside each other. It would look something like this.

    [av_one_half first]Add Content here[/av_one_half]
    
    [av_one_half]
    
    [av_one_half first]Add Content here[/av_one_half]
    
    [av_one_half]Add Content here[/av_one_half]
    
    [/av_one_half]

    Regards,
    Elliott

    #366323

    Number 1-5 worked like a charm. Thank you so much.

    I am still having some problems with #6. I did what you said and it is not working and now I have an empty white space at the top of that page. Can you take a look?
    http://www.roberthouserstudio.com/facingchemo/exhibit/

    Thanks again

    #366330

    Now that entire page is messed up :(
    Can you please take a look for me
    http://www.roberthouserstudio.com/facingchemo/exhibit/

    #366354

    I tried to follow this link but I am still seeing that empty white space at the top

    thanks

    #366396

    Hi!

    Check it now, i’ve put the code block inside the last color section so the builder doesn’t create another empty color section for it.

    Cheers!
    Josue

    #366502

    Thanks.

    I am still having issue with #6

    http://www.roberthouserstudio.com/facingchemo/exhibit/

    Do you think you can login and in the “propose a venue” section, put the text first and the image to the right of it instead of below?

    Thanks again.

    #366833

    Hey!

    Done!
    Hope you are happy now :).

    Regards,
    Andy

    #366847

    Awesome. thanks alot

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Need some customization help’ is closed to new replies.