Footer widget

Discussion in 'BizWay WordPress Theme' started by hconnolly, Apr 5, 2014.

Thread Status:
Not open for further replies.
  1. hconnolly

    hconnolly Guest

    Joined:
    Apr 4, 2014
    Messages:
    14
    Likes Received:
    1
    Location:
    England, UK
    Hi,
    Could you please help with these footer issues for this site: http://www.businessadditions.co.uk/Wordpress/

    1. how do I change the alignment and size of the blockquote widget? I'd like it to be left aligned and slightly smaller.
    2. how do I change the footer widget widths so there isn't such a big gap between the first and second widgets?
    3. in the first widget I'd like to reorder pages listed so they match the order of pages in the top navigation menu. How do I do this?
     
  2. hconnolly

    hconnolly Guest

    Joined:
    Apr 4, 2014
    Messages:
    14
    Likes Received:
    1
    Location:
    England, UK
    one last one: I uploaded an image with width and height specified in the 4th footer widget but this is being over-ridden and is larger than the required size. How do I change this please?

    thanks again!
    Helen
     
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    blockquote {
    background-size: 20px;
    padding-left: 0px;
    padding-top: 20px;
    }
    
    You can adjust the above values as per your requirement.

    2. Go to the sidebar-footer.php file present in your theme directory and follow the instruction shown in the image given below.

    Image link given below
    http://screencast.com/t/ZSmcW25jkAcy

    3. For your third issue you can use Custom Menu Widget.
    Firstly create custom menus from the Appearance > Menus panel in your dashboard and rearrange it as per your requirement and then
    go to the Appearance > Widgets panel in your dashboard and drag & drop Custom Menu Widget in the First Footer Widget Area
    and then select custom menu that you have created.

    4. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .textwidget img[alt="contact us"] {
    width: 175px;
    height: auto;
    }
     
    You can adjust the value of "width" as per your requirement.
     
  4. hconnolly

    hconnolly Guest

    Joined:
    Apr 4, 2014
    Messages:
    14
    Likes Received:
    1
    Location:
    England, UK
    Thanks so much Piyush - such clear instruction and very prompt too. What excellent service
    Regards,
    Helen :)
     
    Nitesh likes this.
Thread Status:
Not open for further replies.

Share This Page