Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1
    Join Date
    Sep 2011
    Location
    Toronto, Ontario, Canada
    Posts
    290
    Plugin Contributions
    0

    red flag Can someone pls help to correct this for me? Thank you.

    My site has some problem:

    1. On the main page: the content needs to be same wide as the slide, currently it's much narrower.

    I turned both side column off and won't turn it on again.

    2. On page Location: the content is not align to the left, I need it to be align to the left and I will also change the size of the google map so it displays across the same width of the menu

    I am really new to css , I know I might be able to adjust these using firefox' developer addon, but I don't know how to find the necessary elements to make change.

    It would be greatly appreciated if someone can tell me and teach me how to do this? I believe this is a very simple case.

  2. #2
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Can someone pls help to correct this for me? Thank you.

    OOPS! Ignore this. Posted before thoroughly reading.

  3. #3
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Can someone pls help to correct this for me? Thank you.

    For the main page text, find this in your stylesheet:

    #home-text{font-size:120%; width:550px; }

    Remove the part in red.

  4. #4
    Join Date
    Sep 2011
    Location
    Toronto, Ontario, Canada
    Posts
    290
    Plugin Contributions
    0

    Default Re: Can someone pls help to correct this for me? Thank you.

    Quote Originally Posted by RescoCCC View Post
    For the main page text, find this in your stylesheet:

    #home-text{font-size:120%; width:550px; }

    Remove the part in red.
    Yeah, thank you, that fixed the first issue on home page, how do I fix the issue on other pages? Can you check this location page

    Thank you very much for your help. And could you also see how to resolve my other question here?

  5. #5
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Can someone pls help to correct this for me? Thank you.

    Your location page is using an iFrame. You can adjust the size by adjusting the dimensions that appear at the beginning of the coding:

    <iframe width="800" height="500"

  6. #6
    Join Date
    Sep 2011
    Location
    Toronto, Ontario, Canada
    Posts
    290
    Plugin Contributions
    0

    Default Re: Can someone pls help to correct this for me? Thank you.

    Quote Originally Posted by RescoCCC View Post
    Your location page is using an iFrame. You can adjust the size by adjusting the dimensions that appear at the beginning of the coding:

    <iframe width="800" height="500"
    I know how to adjust the size, this is not what I am looking for, I need to shift the location page's content to align to left, please see the attached screenshot and required effect.

    Thank you very much again for your help.

    The page content's shift is not only for location page but for all the page on this website, as you can see, all the other pages have the same issue.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	LocationPage.jpg 
Views:	37 
Size:	27.4 KB 
ID:	9875   Click image for larger version. 

Name:	LocationPageShiftToLeft.jpg 
Views:	43 
Size:	27.3 KB 
ID:	9876  

  7. #7
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Can someone pls help to correct this for me? Thank you.

    You might try adding this to your stylesheet:

    .centerColumn {text-align:left;}

  8. #8
    Join Date
    Sep 2011
    Location
    Toronto, Ontario, Canada
    Posts
    290
    Plugin Contributions
    0

    Default Re: Can someone pls help to correct this for me? Thank you.

    Quote Originally Posted by RescoCCC View Post
    You might try adding this to your stylesheet:

    .centerColumn {text-align:left;}
    Unfortunately it doesn't work.

    Maybe .centerColumn is not the right element? How to determine what element needs to be modified?

    Thanks.

  9. #9
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Can someone pls help to correct this for me? Thank you.

    Okay, try this:

    body {margin: 0;font-family: verdana, arial, helvetica, sans-serif;font-size: 62.5%; text-align:left; color: #968d6c;background-color: #fff;}

  10. #10
    Join Date
    Sep 2011
    Location
    Toronto, Ontario, Canada
    Posts
    290
    Plugin Contributions
    0

    Default Re: Can someone pls help to correct this for me? Thank you.

    Quote Originally Posted by RescoCCC View Post
    Okay, try this:

    body {margin: 0;font-family: verdana, arial, helvetica, sans-serif;font-size: 62.5%; text-align:left; color: #968d6c;background-color: #fff;}
    Thank you but it is still not working, see here


 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v153 Can anyone help me on my category menu style? Thank you.
    By mdivk in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 21 Mar 2015, 02:20 PM
  2. 1.5.1 Can't get past Hello. Thank you for loading ... for Admin
    By rweeks in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 2 Dec 2012, 06:44 AM
  3. Can someone pls help to modify this layout? Aberdeen
    By mdivk in forum Addon Templates
    Replies: 20
    Last Post: 13 Nov 2011, 05:50 PM
  4. Can someone please help me to modify this sanitizer function for Google Base Feeder?
    By lankeeyankee in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 27 Jan 2008, 05:37 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg