Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • wolfix Friend
    #203668

    Hi,

    1. How do I hide the text “Our Services” above module position-1, position-2, and position-3?

    2. How do I reduce or change the size of space between the masthead and the “Our Services” section?

    3. Positions 1, 2, and 3, in the “Our Services” section are shifted to the right and over-lapping each other. What is the easiest way to center the images in module positions 1, 2, and 3? And what is the easiest way to put some padding or margin between positions 1, 2, and 3, or is it easier to put padding on each of the images with css?

    See http://fluidstone.russostudios.com/

    Thanks!

    Ninja Lead Moderator
    #559130

    You can find and remove “Our Services” text from templates/ja_nuevo/tpls/blocks/spotlight-1.php file.


    <h3 class="t3-sl-title">
    <span><?php echo JText::_( 'TPL_SPOTLIGHT_TITLE' ); ?></span>
    </h3>

    I see the images in positions 1, 2 and 3 are very big and it was overlap data to right column but you can fix it with the solution as below

    Open templates/ja_nuevo/css/custom.css file and add new rule


    .t3-spotlight .t3-module .custom img {
    width: 100%;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum