Okay
  Public Ticket #154158
Customising our Website
Closed

Comments

  • Andrew started the conversation
    Hi, Thankyou for designing and developing an amazing template. As you cans see i've already started tweaking it to suit our needs. Just wondering as i'm a designer and competent programmer, could you tell me how to change things, like the header and it's font sizes as you can see, too large. Possibly, the footer with the widgets as the colour doesn't look right, need it white? I've attached what we are trying to get it close to. Just need help accessing the right files in dreamweaver :) Thankyou for any assistance.
  • Andrew replied

    Managed to remove the sidebar and i'm now trying to get the 2 column blog to become a 3 column so it fills the right space. Also, help in adjusting blocks so they are the same size would be help ammensly. Thanks

  •  93
    djwd replied

    HI there,

    editing the columns structure requires a basic knowledge of how Bootstrap 2 works, as it relies on its grid system. Unfortunately support do not cover personal customizations, although looking at your website looks like you were able to change the layout to a 4 column grid successfully, nice. ;)

    djwd 

    Regards
    djwd

  • Andrew replied

    Many thanks for replying. I have slaved away through the code and i did indeed find out how to change the layout :) Only customisation i'm trying to sort out is some of the fonts colours, they don't look right, ie hover of the date colour is white? Also, hover over the continue reading button, colour doesn't look good.

    Can i use a pagination plugin for my blog at the end above the footer. If you know the files to edit these I am more than happy to crack on editing them? Thanks again

  • Andrew replied

    Update*

    I've managed to adjust the height of the boxes, however clicking onto any of the posts, the height is restricted and the content is overlapped? Is there a way to rectify this without loosing the issue with the box height on the main blog page with all the articles.

     

    Sorry to be pain.

  •  93
    djwd replied

    You shouldn't set a fixed height for the .boxed class, as this is used extensively throughout the template.

    You might want to change

    .boxed, #article-content-wrapper { ... }

    To:

    .home .boxed, .home #article-content-wrapper { ... }

    (there still might be better solutions)

     

    djwd

    Regards
    djwd

  • Andrew replied

    As you can see our site is progressing lovely, thanks to your amazing template! On the classic blog on our site, we have 12 blog posts, then pagination is enabled. However, there are 2 empty spaces for 2 additional posts, is there a way to do achieve this? Thank you as always.

  •  93
    djwd replied

    Thanks for your kind words.

    Not sure about this since you're template is heavily customized, but I believe it's just about setting the posts per page in WP general Settings > Reading

    djwd

    Regards
    djwd