Forum Support

Shape 5
March 28, 2024, 11:56:51 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: width of accordeon menu and size of cercles  (Read 417 times)
lbueno
Jr. Member
**
Offline Offline

Posts: 21



« on: August 06, 2013, 04:43:56 PM »

First at all, thanks for the earlier responses.

I would like the circles smaller and the items of the accordeon menu too.
Another thing, the buttons of the accordeon menu don't link, but the mouse becames a hand (only the text of the button links). How can I do the entire buttons linkeable?

Regards.
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #1 on: August 07, 2013, 12:18:14 PM »

Hello,

You can change the big circle here:

.jdGallery .slideInfoZone h2 {
    border-radius: 300px 300px 300px 300px;
    font-size: 3.7em !important;
    font-weight: 300 !important;
    height: 300px;
    line-height: 54px;
    padding: 67px !important;
    text-align: center;
    text-shadow: none !important;
    width: 300px;
}
template.css (line 1422)

and the small circle here:

.jdGallery .slideInfoZone p {
    border-radius: 300px 300px 300px 300px;
    bottom: -338px !important;
    font-size: 1.2em !important;
    font-weight: 300 !important;
    height: 120px;
    left: 372px !important;
    line-height: 24px;
    padding: 35px 30px 30px !important;
    position: absolute;
    text-align: center;
    text-shadow: none !important;
    width: 120px;
}
template.css (line 1459)

The accordion menu can be edited here:

#s5_accordion_menu h3 {
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF !important;
    display: block !important;
    font-size: 1.2em !important;
    height: 45px !important;
    margin: 0 0 7px !important;
    padding: 0 !important;
    position: relative !important;
    transition: all 500ms ease-out 0s;
    width: 100% !important;
}
template.css (line 433)

Making entire buttons linkable would require custom CSS to change the hyperlink css and h3 css
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.