Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Davidecs88

    (@davidecs88)

    It actually worked CrouchingBruin. Again, thank you so much for your time.

    Thread Starter Davidecs88

    (@davidecs88)

    Thank you so much CrouchingBruin!
    Honestly, I didn’t know that ‘relative’ was not a valid value for the display property. I can’t remember either why it is set so… Thank you again! I will change those values right away.

    Thread Starter Davidecs88

    (@davidecs88)

    I had to remove it because the category was empty… Any clue about why wouldn’t the menu show the sub-categories? I’ve tried either to place the sub-categories under other existing parent-categories and to delete the parent and to create a new parent from 0, but none worked.
    I’m moving the sub-categories under “Middle East”, so that if you want to inspect the element you can see them there.
    Thanks CrouchingBruin.

    Thread Starter Davidecs88

    (@davidecs88)

    Thank you both Maria Antonietta Perna and fechto!

    Hi fohgnal,

    I’m not an expert and I’ve just started using this theme, but I’ve created a child-theme and it is fully responsive. Make sure that you have this from the original css in your child css (I suggest you to paste and copy it right at the beginning of your new css, after the description that should end with something like @import url(“../responsive/style.css”); ):

    /* =Responsive Design
    Media Queries
    If you’re working on a Child Theme, make sure that all
    media queries are included in your style.css
    ————————————————————– */
    @media screen and (max-width: 980px) {

    body {
    }

    .grid,
    .grid-right {
    float: none;
    }

    .copyright,
    .scroll-top,
    .powered {
    float: right;
    }

    .page-template-content-sidebar-page-php .col-60,
    .page-template-content-sidebar-page-php .col-140,
    .page-template-content-sidebar-page-php .col-220,
    .page-template-content-sidebar-page-php .col-300,
    .page-template-content-sidebar-page-php .col-380,
    .page-template-content-sidebar-page-php .col-460,
    .page-template-content-sidebar-page-php .col-540,
    .page-template-content-sidebar-page-php .col-620,
    .page-template-content-sidebar-page-php .col-700,
    .page-template-content-sidebar-page-php .col-780,
    .page-template-content-sidebar-page-php .col-860,
    .page-template-content-sidebar-half-page-php .col-60,
    .page-template-content-sidebar-half-page-php .col-140,
    .page-template-content-sidebar-half-page-php .col-220,
    .page-template-content-sidebar-half-page-php .col-300,
    .page-template-content-sidebar-half-page-php .col-380,
    .page-template-content-sidebar-half-page-php .col-460,
    .page-template-content-sidebar-half-page-php .col-540,
    .page-template-content-sidebar-half-page-php .col-620,
    .page-template-content-sidebar-half-page-php .col-700,
    .page-template-content-sidebar-half-page-php .col-780,
    .page-template-content-sidebar-half-page-php .col-860 {
    float: none;
    }

    #featured-image .fluid-width-video-wrapper {
    margin: 20px 0 0 0;
    }
    }

    @media screen and (max-width: 650px) {

    body {
    }

    #logo {
    float: none;
    text-align: center;
    }

    .grid,
    .grid-right {
    float: none;
    }

    .page-template-content-sidebar-page-php .col-60,
    .page-template-content-sidebar-page-php .col-140,
    .page-template-content-sidebar-page-php .col-220,
    .page-template-content-sidebar-page-php .col-300,
    .page-template-content-sidebar-page-php .col-380,
    .page-template-content-sidebar-page-php .col-460,
    .page-template-content-sidebar-page-php .col-540,
    .page-template-content-sidebar-page-php .col-620,
    .page-template-content-sidebar-page-php .col-700,
    .page-template-content-sidebar-page-php .col-780,
    .page-template-content-sidebar-page-php .col-860,
    .page-template-content-sidebar-half-page-php .col-60,
    .page-template-content-sidebar-half-page-php .col-140,
    .page-template-content-sidebar-half-page-php .col-220,
    .page-template-content-sidebar-half-page-php .col-300,
    .page-template-content-sidebar-half-page-php .col-380,
    .page-template-content-sidebar-half-page-php .col-460,
    .page-template-content-sidebar-half-page-php .col-540,
    .page-template-content-sidebar-half-page-php .col-620,
    .page-template-content-sidebar-half-page-php .col-700,
    .page-template-content-sidebar-half-page-php .col-780,
    .page-template-content-sidebar-half-page-php .col-860 {
    float: none;
    }

    #featured-image .fluid-width-video-wrapper {
    margin: 20px 0 0 0;
    }

    .top-widget {
    float: none;
    text-align: center;
    clear: right;
    }

    .js .menu,
    .sub-header-menu {
    display: none;
    }

    .top-menu,
    .footer-menu li {
    float: none;
    text-align: center;
    }

    #footer {
    text-align: center;
    }

    #footer .social-icons {
    text-align: center;
    }
    }

    @media screen and (max-width: 480px) {

    body {
    }

    #logo {
    float: none;
    position: relative;
    text-align: center;
    }

    .grid,
    .grid-right {
    float: none;
    }

    .page-template-content-sidebar-page-php .col-60,
    .page-template-content-sidebar-page-php .col-140,
    .page-template-content-sidebar-page-php .col-220,
    .page-template-content-sidebar-page-php .col-300,
    .page-template-content-sidebar-page-php .col-380,
    .page-template-content-sidebar-page-php .col-460,
    .page-template-content-sidebar-page-php .col-540,
    .page-template-content-sidebar-page-php .col-620,
    .page-template-content-sidebar-page-php .col-700,
    .page-template-content-sidebar-page-php .col-780,
    .page-template-content-sidebar-page-php .col-860,
    .page-template-content-sidebar-half-page-php .col-60,
    .page-template-content-sidebar-half-page-php .col-140,
    .page-template-content-sidebar-half-page-php .col-220,
    .page-template-content-sidebar-half-page-php .col-300,
    .page-template-content-sidebar-half-page-php .col-380,
    .page-template-content-sidebar-half-page-php .col-460,
    .page-template-content-sidebar-half-page-php .col-540,
    .page-template-content-sidebar-half-page-php .col-620,
    .page-template-content-sidebar-half-page-php .col-700,
    .page-template-content-sidebar-half-page-php .col-780,
    .page-template-content-sidebar-half-page-php .col-860 {
    float: none;
    }

    #featured-image .fluid-width-video-wrapper {
    margin: 20px 0 0 0;
    }

    .featured-title {
    font-size: 40px;
    padding: 40px 20px 0 20px
    }

    .menu ul,
    .menu li,
    .top-menu,
    .footer-menu li,
    .sub-header-menu li {
    float: none;
    text-align: center;
    }

    #footer {
    text-align: center;
    }

    #footer .social-icons {
    text-align: center;
    }
    }

    @media screen and (max-width: 320px) {

    #featured p {
    font-size: 12px;
    line-height: 1.2em;
    }

    .featured-title {
    font-size: 35px;
    }

    .featured-subtitle {
    font-size: 15px;
    }

    .call-to-action a.button {
    font-size: 14px;
    padding: 7px 17px;
    }
    }

    @media screen and (max-width: 240px) {

    #featured p {
    font-size: 11px;
    line-height: 1.1em;
    }

    .featured-title {
    font-size: 20px;
    }

    .featured-subtitle {
    font-size: 11px;
    }

    .call-to-action a.button {
    font-size: 12px;
    padding: 5px 15px;
    }
    }

    It worked for me, hope it works for you too.

    Thread Starter Davidecs88

    (@davidecs88)

    Ok, I see this plugin seems like an easy and handy way to retain your CSS changes through themes changes and upgrades. However, I’ve already modified some things of the original CSS of the twenty ten theme. How would it work if I wanted to pass them on the plugin? Just a paste and copy or should I re-enter all changes?

    Thank you a lot for your patience, as you’ve probably understood I’m very new to this.

    Thread Starter Davidecs88

    (@davidecs88)

    Can you tell me more about these plugins for CSS and how they work? I’ve never heard of them, I thought the child-theme was the only way to maintain css changes through themes changes, upgrades and so ons.

    Thread Starter Davidecs88

    (@davidecs88)

    Thank you CrouchingBruin Member,
    I see I have to make a child-theme first. Thank you for all your help anyway, really appreciated your help.

    Thread Starter Davidecs88

    (@davidecs88)

    Hey CrouchingBruin Member,
    Thank you for your help. I’ve actually managed to enlarge the content, but only to the left. I thought of adding a “float: relative” just after the “width”, but it didn’t work.
    If you enter my site http://www.geopoliticalatlas.org , you can see that it worked, but it is all on the left. Is it possible to make the same change to the right too?

    Thanks for your time and your help.

Viewing 9 replies - 1 through 9 (of 9 total)