Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • swillett Friend
    #160423

    Hi all,

    small issue, I need to adjust the padding around the thumb images in user1 and adjust the padding along the top of user 2 position, could anyone advise where this needs to be altered?

    I have looked in the template.css file and managed to see:

    #ja-topsl
    #ja-botsl

    I see that these are related to the module sections but I can not seem to find exactly where the padding for the images and the banner in user 1 and user 2 positions is or being styled from.

    see the screen shot below to see what I am referring too!

    all help appreciated.


    1. Screen-shot-2011-02-19-at-13.43.44
    swillett Friend
    #377497

    Still looking for the style sheet command but can not find it, i am simply trying to change the padding and dimensions of the banner sections shown in the attachment above in positions user1 & user2 on the front page of JA Portfolio.

    Any helpers?

    aman204 Friend
    #377525

    Can you provide a link to your site

    swillett Friend
    #377532
    Phill Moderator
    #377552

    Please go into the template manager and disable css optimization. As you can probably tell, you can only see the compressed code via firebug at present. Disable that and we will be able to tell the correct file to edit.

    swillett Friend
    #377813

    Css Optimisation disabled……

    http://www.trademanlocal.co.uk

    Phill Moderator
    #377814

    The padding for the user 1 modules is found in the red bit below in template.css at lin 755

    .small-gallery {

    background:none repeat scroll 0 0 #FFFFFF;
    border:5px solid #FFFFFF;
    float:left;
    height:72px;
    margin:5px;
    width:72px;

    }

    If you change that to something like

    margin:0 5px;
    then the top of your 5 boxes will line up with the banner on the right. You can still adkust the 5px to the spacing you need.

    However, if you do need to move the image in the right a little please open layout.css and around line 108 you will find the following code


    .ja-box-right {
    position:absolute;
    right:0;

    }

    Adding somehing like

    margin-top:5px;

    Could be used to adjust the position

    swillett Friend
    #377818

    For the life of me i could not find the css for this; yet within seconds you have found this, thank you Phil, appreciated!

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

This topic contains 8 replies, has 3 voices, and was last updated by  swillett 13 years, 8 months ago.

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