Site Title Link and Slideshow/Bottom widget spacing

Support Area Forums Bottega Site Title Link and Slideshow/Bottom widget spacing

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question:
  • Author
    Posts
  • #9432
    Robyn
    Participant

    Hi Bill,

    I’m baffled!

    I have in my header, a white outlined box with a link to my site in it.

    It is being picked up from the Site Title and Tagline. If I delete the site title, the box/link goes away but so does the title reference on the tab.

    http://robynmcginty.com

    Also, I would like to tighten up the space between my home page slider and the bottom widgets. Can you point me in the right direction?

    Thank You!

    Robyn

    #9440
    Bill Robbins
    Moderator

    Robyn,

    The broken image link is the missing logo file. It looks like the logo is set to display an image, but no image is uploaded.

    One option would be to switch to the “text” logo option and then place this code in your Custom CSS box:

    
    #logo,
    #text-logo {
    	text-indent: -9999px;
    }
    

    That wil move the text logo out of the way, but still leave your title there for Google and screen readers.


    You can adjust the space between the home page slideshow and the widgets below. Just place this in your Custom CSS box:

    
    #home-middle {
    	margin-top: 50px;	
    }
    

    Just adjust the 50 to make the distance larger or smaller.

    If you have any questions or trouble, just let me know,
    Bill

    #9446
    Robyn
    Participant

    Hey Bill!

    Thanks for the info!

    The #home-middle snippet does not seem to be adjusting the space.

    I did adjust the header space from 99 to 154. Perhaps I added that space I should have taken some away from somewhere else?

    #9452
    Bill Robbins
    Moderator

    Robyn,

    I played around with your source code a bit and I do think the #home-middle will work. You can try it out with a really large value to see:

    
    #home-middle {
    	margin-top: 450px;	
    }
    

    You may need to experiment just a bit to achieve the right fit.

    Bill

    #9456
    Robyn
    Participant

    Got it! You ROCK Bill!

    Many thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Site Title Link and Slideshow/Bottom widget spacing’ is closed to new replies.