Home Forums Weaver Xtreme Theme Corners Not Rounded

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #18049
    dskirk
    Participant

    I’ve had great success with Weaver Xtreme, but this one site is puzzling. I’m running latest version of WordPress and Weaver Xtreme and set ’rounded corners’ in Wrapping area, but all I see is the top right corner rounded. How do I fix this? Also, if possible, I would like to make the corners slightly more rounded. I’m still building the site, but all is going great otherwise. My site is at http://timburtis.com/ZZTEST/   I read several other posts here about rounded corners, but none seemed to fit my issue. I do have some custom CSS for the header image, but even with that removed the problem remains. I will sincerely appreciate any tips on this. Thank you, 

    david 
    #23486
    Weaver
    Keymaster

    One of the issues with rounded corners is that you need to add the option to child areas – like the header and the footer and content areas. So on your site, the wrapping are does indeed have rounded corners, but the borders and so on in the other areas are showing with priority over the wrapper area.

    #23487
    dskirk
    Participant

    Thank you. That worked for all corners except top left where I have the header image. Since it’s small I have the following CSS to contain the size: 

    #header-image img {
        display: block;
        height: auto;
        max-width: 114px;
    }
    Is there a CSS statement that would allow me to force the top left?  I do appreciate your help. Thank you, 
    david 
    #23488
    scrambler
    Moderator

    First you don’t need custom CSS to make your header image small, there is an option in the header Image area to either limit its width, or use its actual image size.

    That being said, if you want the top left corner rounded, do use the custom CSS for that

    #header-image img {border-top-left-radius:8px;}
    #23489
    dskirk
    Participant

    Thanks for the help in rounding that top left corner. Much much appreciated. On the header image itself, I think the options you mentioned apply only to the Plus version. All I see is a “suggested image height” box. I put ‘114’ there but nothing happens. The small image (144px x 114px) still shows so big that it completely fills the screen (roughly 1200px x 900px). Since you and Weaver fully answered my question, I’ll mark this closed.  I didn’t post about the header image because I felt I needed the Plus version to control header size. Thanks for all you do. 

    regards,
    david
    #23490
    scrambler
    Moderator

    @dskirk

    Yes you are right, these are “Plus” options.

    By the way, you need to set the radius of the header image to 7px instead of 8px to account for the border that is on the container.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.