Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #857573

    JW & Co.
    Participant

    Hello,

    There are just a few small details which are irritating me on coverwraps.joshuaweatherstone.com.

    1. There is a block grid inside of the third tab toward the bottom of B2B Solutions. I would like to center align the images there.
    2. After the tab mentioned above is a button labeled “Internal Use Only.” I applied a margin to the left and to the right but it’s not working on the right… I would also like to change the color fo the button to the hover color, and make the current hover color the starting color (just reverse them).
    3. There is a custom heading labeled “Industry Verticals.” Please tell me how to make the section extend all the way to the left and all the way to right (perhaps z index in front of space added on left and right of page?).
    4. Under Point-of-Care there is a section called “What Doctors Are Saying.” Directly under that is a testimonial rotator which is not displaying, and I can’t figure out why. Before you say that support doesn’t cover that plugin, please realize that I have used it on other X installations, and all of the code looks identical.

    Thanks so much – please let me know if I need to clarify anything.
    Josh

    #858118

    Friech
    Moderator

    Hi Josh,

    Thanks for writing in! #1 Add a class center-text to the third tab, where the image grid is. And then add the custom css below on customizer.

    p#u37305-2, ul#u37305-9 {text-align: left;}

    #2 Do you want the button to be smaller in width and center? If so, What you need is width: 50%; margin: 0 auto; and not margin-left: 25%; margin-right: 25%;.

    You can add this under Custom > CSS in the Customizer.

    .btn-internal-use {
    	margin: 0 auto;
    	width: 50%;
    	background-color: #C06E5B;
    	border-color: #C06E5B;
    }
    .btn-internal-use:hover {background-color: #668096;border-color: #668096}

    Then add a class btn-internal-use to your button.

    #3 We need to remove the left and right margins of the whole content container, if we are to do that. It’ll affect the Sections on the top of your page.

    #4 The testimonial rotator shows up on my end. Please try to clear your browser’s cache.


    screenshot

    Hope it helps, Cheers!

    #858706

    JW & Co.
    Participant

    Thanks for the useful help. Regarding #4, the testimonial is appearing, but the navigation left and right does not appear to be… is it being masked by my padding or the section below? It seems that’s about the only detail left that I need to perfect at this time.

    Thanks,
    Josh

    #858857

    Rupok
    Member

    Hi Josh,

    Thanks for updating. I don’t know which navigation you are referring as we are not aware of that plugin. I can’t see any code on source for the navigation as well that might be hidden somehow. So if you have any other setup where it’s showing, you can provide the URL of that site so that we could check and compare. Also chec kif there any settings for the plugin.

    Hope this makes sense.

    Cheers!