Distance bettween slide and widgets

Support Area Forums Epic Distance bettween slide and widgets

Viewing 10 posts - 1 through 10 (of 10 total)
URL to the page in question:
  • Author
    Posts
  • #7519
    Jhon Buitrago
    Participant

    Hello

    I have the epic theme and I need to reduce the distance in pixels between the home slide and home page widgets.

    I have the sidebar page mode.

    Please look http://rodandojuntos.com/website/

    Another thing, Some sponsors will appear in hompage and normal pages. In home page for example I have text widget linked with some image, how could I active a external link to a some page for example “the north face” withouth affect the others home page widgets?

    Thansk a lot

    #7521
    Bill Robbins
    Moderator

    Jhon,

    Great looking site. Here’s how you can reduce that spacing.

    1. Go to the theme options page and select the styling tab.
    2. In the “Custom CSS” box paste this:
      
      aside.home-lower {
      	margin-top: 0;
      }
      
    3. Update your settings.

      That will reduce the space there for you.


      You can make an image in a text widget a link by using code like this:

      Just replace the http://yourlink.com with the URL you’d like to link to and the http://yoursite.com/image.png with the URL to your image.

      That should do it. If you have any questions let me know,
      Bill

    #7522
    Jhon Buitrago
    Participant

    Hi Bill very thanks, but could you be more especific where can I paste this part of code in custom CSS? in the beginning? in at the end?

    Thanks a lot!

    #7523
    Bill Robbins
    Moderator

    Jhon,

    No problem. Go to the styling tab in the theme options page. Scroll down to the bottom and you’ll see a box labeled “Custom CSS.” Paste that into the box. If you already have content in the box, just paste it at the bottom below the other styles there.

    If you have any trouble, let me know,
    Bill

    PS: Cute site too

    #7524
    Jhon Buitrago
    Participant

    Ok thanks is Working now!!!

    #7528
    Jhon Buitrago
    Participant

    Bill Hi,

    please Look the slide and the rigth ad is not alignes with the botton widgets how can I fix it?

    http://rodandojuntos.com/website/

    Thanks a lot

    #7530
    Bill Robbins
    Moderator

    Jhon,

    You can make the text widget just a bit smaller. Place this snippet into Custom CSS box:

    
    .widget_text {
    	width: 268px;
    }
    

    See if that helps,
    Bill

    #7533
    Jhon Buitrago
    Participant

    Hi thanks Bill

    Sorry but I have another problem, I activate the some exemple web sites in ADS areas, All ads working well but in the Find Widget in homepage (buscar rutas o ciudades) if I make click it goes to godaddy.com, I donĀ“t know what happend.

    thanks!

    #7534
    Bill Robbins
    Moderator

    Jhon,

    It looks like the last text widget in the top sidebar doesn’t have a closing </a> tag which is causing the link to extend to the code below it. That appears to be what’s making the search box go to GoDaddy when clicked. Add in the closing /> on the image and the closing </a> and that should take care of it.

    Bill

    #7536
    Jhon Buitrago
    Participant

    ahhh men excelent support!

    Very very thanks!!!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Distance bettween slide and widgets’ is closed to new replies.