CSS for left/right section

This topic contains 13 replies, has 3 voices, and was last updated by  Paolo 8 years, 6 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #53398

    German Roldan
    Buyer
    Post count: 21

    Hi, thanks for the great plugin. I’m having a great issue because my main page doesn’t look balanced. Would you take a look? http://www.pueblomaschwitz.com/guia

    The left section is OK, in the main content half is OK and the other not, the right section is after the content. In the settings are balanced to 20% – 50% – 30%.

    Can you help me, please? Thank you very much.

    #53421

    Guust
    Moderator
    Post count: 29970

    You have to leave room for margins, so try something like 24-48-24 until the right sidebar moves into place.

    #53463

    German Roldan
    Buyer
    Post count: 21

    Thank you. I did it and removed the custom css, just in case. There was a change but still the same problem. http://pueblomaschwitz.com/guia/

    #53465

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    please try 23% 48% 23%.

    I’ve tested it and it works.

    Let us know,

    Thanks

    #53467

    German Roldan
    Buyer
    Post count: 21

    It worked. Thanks. One more question, plase. The main content with grid view, the columns don’t fit. In the list view there’s no problem. Another, how can I take away the favorites/comments in the lists? If you see the right section, there’s so much space in blank that it could be used. Thank you.

    #53597

    Paolo
    Site Admin
    Post count: 31206

    Hi German,

    te grid don’t fit because the theme is adding a 12px margin left to all widget li elements.

    Add this to your custom css:

    
    
    
    .widget li {
        margin-left: 0;
    }

    this will hide the comments and favorite links:

    
    
    .geodir-addinfo {
        display: none;
    }

    In the right sidebar you shouldn’t be using list for events, but grid. Lists are only for main content.

    Let us know how you went.

    Thanks

    #54548

    German Roldan
    Buyer
    Post count: 21

    It worked great! Thank you very much! One more thing: the inferior section, it brokes the column width if I put a widget.

    #54576

    Guust
    Moderator
    Post count: 29970

    I guess that means the minimum width of the content of the widget is more than the width of the column. An exact URL and an explanation of which widget allows us to tell you more.

    #55089

    German Roldan
    Buyer
    Post count: 21

    Hi, again. How can I change the menu that toggles places/events. If you see the page, the menu is above the search fields. I would to like to be in the same horizontal line.

    #55128

    Guust
    Moderator
    Post count: 29970

    Your theme is taking over the CSS of the GD search widget. Add something like this to your CSS:

    
    
    .widget .geodir-search select {
    padding: 4px 5px;
    height: 35px;
    margin: 5px;
    }

    Fine-tune after reviewing https://wpgeodirectory.com/docs/customizing-your-style/

    #58993

    German Roldan
    Buyer
    Post count: 21

    Hello. I come back. I added that but nothing happens.

    #59010

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    please add

    width: 150px;

    to the css provided by Guust.

    Let us know,

    Thanks

    #59020

    German Roldan
    Buyer
    Post count: 21

    That worked great! Thank you. By the way, why can’t I create a new help topic? Is my membership inactive?

    #59022

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    just go to the forum where you want to open a new topic and click on “New Post” of scroll down to the bottom of the page, where the new topic form is…

    example: https://wpgeodirectory.com/support/forum/geodirectory-core-plugin-forum/plugin-support/

    Thanks

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket