Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #6572
    dre2010
    Member

    whats the deal with png files showing a small ..looks like 1px. border when i add png files to the pages and how can i fix this

     

    #6593
    Sakin
    Keymaster

    @dre2010: Can you send me the URL of the page in which you have problem. I will look at it.

    #6597
    dre2010
    Member
    #6598
    dre2010
    Member

    also if i add a new css

    making the <link rel=”stylesheet” href=”etc…” type=”text/css” media=”handheld” />

    media=”handheld”

    will this fix my problem with mobile device view so the headers are smaller and body layout is different. because at the moment the body overflows.

    thanks

     

    #6603
    dre2010
    Member

    another question sorry to be a pain. i didnt do anything and all of a sudden the css auto deleted some classes. the page layout http://benalli.com.au/new2/?page_id=52 it happens for multiple pages that show large sized images.

    overflows..what in the css do i need to edit..

    regads

     

    #6642
    Sakin
    Keymaster

    @dre2010: There is border from NGG gallery css not from our theme css. See this

    .ngg-gallery-thumbnail img {
    background-color: #FFFFFF;
    border: 1px solid #A9A9A9;
    border-radius: 8px 8px 8px 8px;
    display: block;
    margin: 4px 0 4px 5px;
    padding: 4px;
    }

    To remove the border from the NGG gallery images, you can just add the following css in “Custom CSS” box in Theme Options Panel.
    .ngg-gallery-thumbnail img { border: none; }

    Mobile Devices CSS means resposnive css which you will find int responsive.css in css directory of theme. You can see the media query and add the css in the “Custom CSS” box in Theme Options panel or build child theme and customize there.

    I am not so sure what are you talking about “sudden the css auto deleted some classes.” can you explain it.

    #7257
    dre2010
    Member

    hey thanks for the help. i was away on holiday..i sorted it out back to where i want it. i still have a few bugs to weed out.

    how can i make the featured slider on the home page not a <a href> ‘link’.?

    and also on the style.css if i change the .sb-holder {

    position: relative; }

    to absolute the menu will overlay the footer and it then shows the entire menu better. although the body of the page is then underneath the menu. how can i fix this so the drop down menu shows everything but wont be layered over the body content.

    thanks in advance

     

     

     

    #7262
    dre2010
    Member

    http://benalli.com.au/new2/

    i also cant figure out how to get the site logo to site another 30px up.

    regards

     

    #7270
    Sakin
    Keymaster

    @dre2010: To move the logo by 30px up. Just add the following CSS in Theme Options panel.
    #site-logo { padding-top: 20px; }

    To make featured slider on the home page not a link. You have to use Featured Image Slider which is only there is Catch Everest Pro theme. When you can upload the image, title, content and links all optional. You can just add image or any combination.

    Why you need to make .sb-holder, position absolute?

    #7288
    dre2010
    Member

    ahh ok thanks for that..i actually had to change #site-logo a {…}

    the sb-holdder which is for the menu doesnt flow over the footer if the menu has 15 items and the page height is low. (for mobile view)..any suggestion.

    thanks for the help, much appreciated. 🙂

    #7319
    Sakin
    Keymaster

    @dre2010: I see that menu is working fine. Sorry I am not getting in.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘png files show border’ is closed to new replies.