Custom CSS questions (borders, title)

  • Posted in : TheBlogger
  • twentythoughts
    Participant

    Hello,

    I absolutely love the theme yet I do have some small customization questions.

    My website is https://twentythoughts.nl/

    I tried to make the follow changes with custom css or the live customizer yet it doesn’t work:

    – I would like to have a black border aound the instagram footer
    – I would like to add a left-border to the sidebar (to distinguish the sidebar from the main area)
    – I would like to change the font size of the text below the logo (“make the most out of your twenties”)\
    – Top slider box: is it possible to align the “view post” boxes with each other? Now sometimes the “view post ” boxes are a bit lower or higher in the square positioned, depending on the lenght of the title. The same applies to the categorie labels above the titles in the squares of the top slider box.
    – Trending widgets. I would like to have all thumbnails next tot the titles of the trending posts to be the same size. However, if I change the sizes of the thumbnail (for instance: 50px by 50px, to make them all squared), nothing happens…
    – Mail chimp subscribe widget: is it correct that with a free mailchimp account it is not possible to change the look and feel of the widget? Or is there a way to do this? Couldn’t find it in the customizer or the plugin options…
    – Foother “subscribe newsletter” and “footer instagram”. I would like to add some more margin between the two footers, by positioning the “subscribe newsletter footer” a bit closer to the featured area. How can I create more whitespace between the two footers?

    Sorry for the many questions, hopefully you can answer some of them. Many thanks in advance for your help!!

    serkan
    Moderator

    Hi,
    1) .instagram-pics + p a { border: 1px solid #000; }
    2) @media screen and (min-width: 768px) {
    .sidebar-content { border-left: 1px solid #000; padding-left: 30px; } }

    3) @media screen and (min-width: 992px) {
    .site-header .site-description { font-size: 13px; } }

    4) Please go to appearance > customize > featured area > slider > slider vertical align (bottom) and save it.
    5) Could you deactivate all your plugin and run the regenerate plugin and try it again?
    https://wordpress.org/plugins/regenerate-thumbnails/
    6) For the Mailchimp form, we have specified a style that is appropriate for the overall flow of the theme. You can only change it with custom css code.
    7) @media screen and (min-width: 768px) {
    .footer-subscribe .layout-medium { padding-bottom: 5em; } }

    Please next time, don’t ask bundle question. Create a new topic for your each question if you don’t find the answer in the forum. It can be useful for other ppl to find their answers.
    Thanks

    twentythoughts
    Participant

    Many thanks for your help! I just reviewed the theme as well. :-)

    serkan
    Moderator

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register